#34228F

Color #34228F Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #34228F

Tints of Persian Indigo #34228F

Color information

#34228F (or 0x34228F) is unknown color: approx Persian Indigo. HEX triplet: 34, 22 and 8F. RGB value is (52,34,143). Sum of RGB (Red+Green+Blue) = 52+34+143=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 143 (56.25% from 255 or 62.45% from 229); Max value from RGB is 143 - color contains mainly: blue. Hex color #34228F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34228F is #CBDD70. Grayscale: #333333. Windows color (decimal): -13360497 or 9380404. OLE color: 9380404.

HSL color Cylindrical-coordinate representation of color #34228F: hue angle of 249.91º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34228F is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5234143-
CMYK0.640.7600.44
HSL249.91º61.58%34.71%-
HSV(B)249.91º76.22%56.08%-
XYZ6.953.8626.37-
YUV51.81179.46128.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 22.71%
GREEN value IS 34 (13.67% from 255) = 14.85%
BLUE value IS 143 (56.25% from 255) = 62.45%
R=22.71%
G=14.85%
B=62.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52341430.640.7600.44249.9161.5834.71
Hex34228F404C02Cfa3e23
Octal64422171001140543727643
Binary1101001000101000111110000001001100010110011111010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34228F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34228F; }

 p { color: rgb(52,34,143); }

 H1.HeaderClassName
 {
   color: #34228F;
 }
 .AnyTagClassName
 {
   color: #34228F;
 }
</style>
background-color css

<style>
 a { background-color: #34228F; }

 a { background-color: rgb(52,34,143); }

 div.DivClassName
 {
   background-color: #34228F;
 }
 .BgClassName
 {
   background-color: #34228F;
 }
</style>
border-color css

<style>
 span { border-color: #34228F; }

 span { border-color: rgb(52,34,143); }

 td.TdClassName
 {
   border-color: #34228F;
 }
 .TagClassName
 {
   border-color: #34228F;
 }
</style>