#342077

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

Shades of Persian Indigo #342077

Tints of Persian Indigo #342077

Color information

#342077 (or 0x342077) is unknown color: approx Persian Indigo. HEX triplet: 34, 20 and 77. RGB value is (52,32,119). Sum of RGB (Red+Green+Blue) = 52+32+119=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #342077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342077 is #CBDF88. Grayscale: #2F2F2F. Windows color (decimal): -13361033 or 7807028. OLE color: 7807028.

HSL color Cylindrical-coordinate representation of color #342077: hue angle of 253.79º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #342077 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5232119-
CMYK0.560.7300.53
HSL253.79º57.62%29.61%-
HSV(B)253.79º73.11%46.67%-
XYZ5.263.0917.77-
YUV47.9168.13130.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 32 (12.89% from 255) = 15.76%
BLUE value IS 119 (46.88% from 255) = 58.62%
R=25.62%
G=15.76%
B=58.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52321190.560.7300.53253.7957.6229.61
Hex3420773849035fe3a1e
Octal6440167701110653767236
Binary1101001000001110111111000100100101101011111111011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342077; }

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

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

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

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

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

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

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

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