#34207E

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

Shades of Persian Indigo #34207E

Tints of Persian Indigo #34207E

Color information

#34207E (or 0x34207E) is unknown color: approx Persian Indigo. HEX triplet: 34, 20 and 7E. RGB value is (52,32,126). Sum of RGB (Red+Green+Blue) = 52+32+126=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 126 (49.61% from 255 or 60% from 210); Max value from RGB is 126 - color contains mainly: blue. Hex color #34207E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34207E is #CBDF81. Grayscale: #303030. Windows color (decimal): -13361026 or 8265780. OLE color: 8265780.

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

Color convert

RGB5232126-
CMYK0.590.7500.51
HSL252.77º59.49%30.98%-
HSV(B)252.77º74.6%49.41%-
XYZ5.73.2720.07-
YUV48.7171.63130.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.76%
GREEN value IS 32 (12.89% from 255) = 15.24%
BLUE value IS 126 (49.61% from 255) = 60%
R=24.76%
G=15.24%
B=60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52321260.590.7500.51252.7759.4930.98
Hex34207E3B4B033fd3b1f
Octal6440176731130633757337
Binary1101001000001111110111011100101101100111111110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34207E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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