#342072

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

Shades of Persian Indigo #342072

Tints of Persian Indigo #342072

Color information

#342072 (or 0x342072) is unknown color: approx Persian Indigo. HEX triplet: 34, 20 and 72. RGB value is (52,32,114). Sum of RGB (Red+Green+Blue) = 52+32+114=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #342072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342072 is #CBDF8D. Grayscale: #2F2F2F. Windows color (decimal): -13361038 or 7479348. OLE color: 7479348.

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

Color convert

RGB5232114-
CMYK0.540.7200.55
HSL254.63º56.16%28.63%-
HSV(B)254.63º71.93%44.71%-
XYZ4.972.9816.23-
YUV47.33165.63131.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.26%
GREEN value IS 32 (12.89% from 255) = 16.16%
BLUE value IS 114 (44.92% from 255) = 57.58%
R=26.26%
G=16.16%
B=57.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52321140.540.7200.55254.6356.1628.63
Hex3420723648037ff381d
Octal6440162661100673777035
Binary1101001000001110010110110100100001101111111111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342072; }

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

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

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

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

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

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

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

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