#362071

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

Shades of Persian Indigo #362071

Tints of Persian Indigo #362071

Color information

#362071 (or 0x362071) is unknown color: approx Persian Indigo. HEX triplet: 36, 20 and 71. RGB value is (54,32,113). Sum of RGB (Red+Green+Blue) = 54+32+113=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #362071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362071 is #C9DF8E. Grayscale: #2F2F2F. Windows color (decimal): -13229967 or 7413814. OLE color: 7413814.

HSL color Cylindrical-coordinate representation of color #362071: hue angle of 256.3º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #362071 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5432113-
CMYK0.520.7200.56
HSL256.3º55.86%28.43%-
HSV(B)256.3º71.68%44.31%-
XYZ5.023.0115.94-
YUV47.81164.79132.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.14%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 113 (44.53% from 255) = 56.78%
R=27.14%
G=16.08%
B=56.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54321130.520.7200.56256.355.8628.43
Hex3620713448038100381c
Octal6640161641100704007034
Binary11011010000011100011101001001000011100010000000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362071; }

 p { color: rgb(54,32,113); }

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

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

 a { background-color: rgb(54,32,113); }

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

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

 span { border-color: rgb(54,32,113); }

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