#342475

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

Shades of Persian Indigo #342475

Tints of Persian Indigo #342475

Color information

#342475 (or 0x342475) is unknown color: approx Persian Indigo. HEX triplet: 34, 24 and 75. RGB value is (52,36,117). Sum of RGB (Red+Green+Blue) = 52+36+117=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #342475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342475 is #CBDB8A. Grayscale: #313131. Windows color (decimal): -13360011 or 7676980. OLE color: 7676980.

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

Color convert

RGB5236117-
CMYK0.560.6900.54
HSL251.85º52.94%30%-
HSV(B)251.85º69.23%45.88%-
XYZ5.263.2817.18-
YUV50.02165.8129.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.37%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 117 (46.09% from 255) = 57.07%
R=25.37%
G=17.56%
B=57.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52361170.560.6900.54251.8552.9430
Hex3424753845036fc351e
Octal6444165701050663746536
Binary1101001001001110101111000100010101101101111110011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342475; }

 p { color: rgb(52,36,117); }

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

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

 a { background-color: rgb(52,36,117); }

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

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

 span { border-color: rgb(52,36,117); }

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