#361873

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

Shades of Persian Indigo #361873

Tints of Persian Indigo #361873

Color information

#361873 (or 0x361873) is unknown color: approx Persian Indigo. HEX triplet: 36, 18 and 73. RGB value is (54,24,115). Sum of RGB (Red+Green+Blue) = 54+24+115=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 115 (45.31% from 255 or 59.59% from 193); Max value from RGB is 115 - color contains mainly: blue. Hex color #361873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361873 is #C9E78C. Grayscale: #2B2B2B. Windows color (decimal): -13232013 or 7542838. OLE color: 7542838.

HSL color Cylindrical-coordinate representation of color #361873: hue angle of 259.78º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #361873 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5424115-
CMYK0.530.7900.55
HSL259.78º65.47%27.25%-
HSV(B)259.78º79.13%45.1%-
XYZ4.942.6816.48-
YUV43.34168.44135.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.98%
GREEN value IS 24 (9.77% from 255) = 12.44%
BLUE value IS 115 (45.31% from 255) = 59.59%
R=27.98%
G=12.44%
B=59.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54241150.530.7900.55259.7865.4727.25
Hex361873354F037104411b
Octal66301636511706740410133
Binary11011011000111001111010110011110110111100000100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361873; }

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

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

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

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

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

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

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

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