#342376

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

Shades of Persian Indigo #342376

Tints of Persian Indigo #342376

Color information

#342376 (or 0x342376) is unknown color: approx Persian Indigo. HEX triplet: 34, 23 and 76. RGB value is (52,35,118). Sum of RGB (Red+Green+Blue) = 52+35+118=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #342376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342376 is #CBDC89. Grayscale: #313131. Windows color (decimal): -13360266 or 7742260. OLE color: 7742260.

HSL color Cylindrical-coordinate representation of color #342376: hue angle of 252.29º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #342376 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5235118-
CMYK0.560.7000.54
HSL252.29º54.25%30%-
HSV(B)252.29º70.34%46.27%-
XYZ5.293.2417.49-
YUV49.54166.63129.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.37%
GREEN value IS 35 (14.06% from 255) = 17.07%
BLUE value IS 118 (46.48% from 255) = 57.56%
R=25.37%
G=17.07%
B=57.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52351180.560.7000.54252.2954.2530
Hex3423763846036fc361e
Octal6443166701060663746636
Binary1101001000111110110111000100011001101101111110011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342376; }

 p { color: rgb(52,35,118); }

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

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

 a { background-color: rgb(52,35,118); }

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

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

 span { border-color: rgb(52,35,118); }

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