#342172

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

Shades of Persian Indigo #342172

Tints of Persian Indigo #342172

Color information

#342172 (or 0x342172) is unknown color: approx Persian Indigo. HEX triplet: 34, 21 and 72. RGB value is (52,33,114). Sum of RGB (Red+Green+Blue) = 52+33+114=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #342172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342172 is #CBDE8D. Grayscale: #2F2F2F. Windows color (decimal): -13360782 or 7479604. OLE color: 7479604.

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

Color convert

RGB5233114-
CMYK0.540.7100.55
HSL254.07º55.1%28.82%-
HSV(B)254.07º71.05%44.71%-
XYZ53.0316.24-
YUV47.92165.29130.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 33 (13.28% from 255) = 16.58%
BLUE value IS 114 (44.92% from 255) = 57.29%
R=26.13%
G=16.58%
B=57.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52331140.540.7100.55254.0755.128.82
Hex3421723647037fe371d
Octal6441162661070673766735
Binary1101001000011110010110110100011101101111111111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342172; }

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

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

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

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

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

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

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

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