#342374

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

Shades of Persian Indigo #342374

Tints of Persian Indigo #342374

Color information

#342374 (or 0x342374) is unknown color: approx Persian Indigo. HEX triplet: 34, 23 and 74. RGB value is (52,35,116). Sum of RGB (Red+Green+Blue) = 52+35+116=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 116 (45.70% from 255 or 57.14% from 203); Max value from RGB is 116 - color contains mainly: blue. Hex color #342374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342374 is #CBDC8B. Grayscale: #313131. Windows color (decimal): -13360268 or 7611188. OLE color: 7611188.

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

Color convert

RGB5235116-
CMYK0.550.7000.55
HSL252.59º53.64%29.61%-
HSV(B)252.59º69.83%45.49%-
XYZ5.173.1916.87-
YUV49.32165.63129.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 35 (14.06% from 255) = 17.24%
BLUE value IS 116 (45.70% from 255) = 57.14%
R=25.62%
G=17.24%
B=57.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52351160.550.7000.55252.5953.6429.61
Hex3423743746037fd361e
Octal6443164671060673756636
Binary1101001000111110100110111100011001101111111110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342374; }

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

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

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

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

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

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

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

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