#361885

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

Shades of Persian Indigo #361885

Tints of Persian Indigo #361885

Color information

#361885 (or 0x361885) is unknown color: approx Persian Indigo. HEX triplet: 36, 18 and 85. RGB value is (54,24,133). Sum of RGB (Red+Green+Blue) = 54+24+133=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #361885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361885 is #C9E77A. Grayscale: #2C2C2C. Windows color (decimal): -13231995 or 8722486. OLE color: 8722486.

HSL color Cylindrical-coordinate representation of color #361885: hue angle of 256.51º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #361885 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5424133-
CMYK0.590.8200.48
HSL256.51º69.43%30.78%-
HSV(B)256.51º81.95%52.16%-
XYZ6.083.1322.47-
YUV45.4177.44134.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.59%
GREEN value IS 24 (9.77% from 255) = 11.37%
BLUE value IS 133 (52.34% from 255) = 63.03%
R=25.59%
G=11.37%
B=63.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54241330.590.8200.48256.5169.4330.78
Hex3618853B52030101451f
Octal66302057312206040110537
Binary110110110001000010111101110100100110000100000001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361885; }

 p { color: rgb(54,24,133); }

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

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

 a { background-color: rgb(54,24,133); }

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

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

 span { border-color: rgb(54,24,133); }

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