#34207F

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

Shades of Persian Indigo #34207F

Tints of Persian Indigo #34207F

Color information

#34207F (or 0x34207F) is unknown color: approx Persian Indigo. HEX triplet: 34, 20 and 7F. RGB value is (52,32,127). Sum of RGB (Red+Green+Blue) = 52+32+127=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #34207F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34207F is #CBDF80. Grayscale: #303030. Windows color (decimal): -13361025 or 8331316. OLE color: 8331316.

HSL color Cylindrical-coordinate representation of color #34207F: hue angle of 252.63º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34207F is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5232127-
CMYK0.590.7500.50
HSL252.63º59.75%31.18%-
HSV(B)252.63º74.8%49.8%-
XYZ5.763.320.41-
YUV48.81172.13130.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 32 (12.89% from 255) = 15.17%
BLUE value IS 127 (50% from 255) = 60.19%
R=24.64%
G=15.17%
B=60.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52321270.590.7500.50252.6359.7531.18
Hex34207F3B4B032fd3c1f
Octal6440177731130623757437
Binary1101001000001111111111011100101101100101111110111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34207F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,32,127); }

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

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

 a { background-color: rgb(52,32,127); }

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

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

 span { border-color: rgb(52,32,127); }

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