#362172

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

Shades of Persian Indigo #362172

Tints of Persian Indigo #362172

Color information

#362172 (or 0x362172) is unknown color: approx Persian Indigo. HEX triplet: 36, 21 and 72. RGB value is (54,33,114). Sum of RGB (Red+Green+Blue) = 54+33+114=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #362172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362172 is #C9DE8D. Grayscale: #303030. Windows color (decimal): -13229710 or 7479606. OLE color: 7479606.

HSL color Cylindrical-coordinate representation of color #362172: hue angle of 255.56º 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 #362172 is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5433114-
CMYK0.530.7100.55
HSL255.56º55.1%28.82%-
HSV(B)255.56º71.05%44.71%-
XYZ5.13.0916.25-
YUV48.51164.96131.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.87%
GREEN value IS 33 (13.28% from 255) = 16.42%
BLUE value IS 114 (44.92% from 255) = 56.72%
R=26.87%
G=16.42%
B=56.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54331140.530.7100.55255.5655.128.82
Hex3621723547037100371d
Octal6641162651070674006735
Binary11011010000111100101101011000111011011110000000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362172; }

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

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

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

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

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

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

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

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