#34197A

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

Shades of Persian Indigo #34197A

Tints of Persian Indigo #34197A

Color information

#34197A (or 0x34197A) is unknown color: approx Persian Indigo. HEX triplet: 34, 19 and 7A. RGB value is (52,25,122). Sum of RGB (Red+Green+Blue) = 52+25+122=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 122 (48.05% from 255 or 61.31% from 199); Max value from RGB is 122 - color contains mainly: blue. Hex color #34197A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34197A is #CBE685. Grayscale: #2B2B2B. Windows color (decimal): -13362822 or 8001844. OLE color: 8001844.

HSL color Cylindrical-coordinate representation of color #34197A: hue angle of 256.7º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34197A is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5225122-
CMYK0.570.8000.52
HSL256.7º65.99%28.82%-
HSV(B)256.7º79.51%47.84%-
XYZ5.282.8318.68-
YUV44.13171.95133.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 25 (10.16% from 255) = 12.56%
BLUE value IS 122 (48.05% from 255) = 61.31%
R=26.13%
G=12.56%
B=61.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52251220.570.8000.52256.765.9928.82
Hex34197A3950034101421d
Octal64311727112006440110235
Binary11010011001111101011100110100000110100100000001100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34197A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34197A; }

 p { color: rgb(52,25,122); }

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

<style>
 a { background-color: #34197A; }

 a { background-color: rgb(52,25,122); }

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

<style>
 span { border-color: #34197A; }

 span { border-color: rgb(52,25,122); }

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