#361496

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

Shades of Persian Indigo #361496

Tints of Persian Indigo #361496

Color information

#361496 (or 0x361496) is unknown color: approx Persian Indigo. HEX triplet: 36, 14 and 96. RGB value is (54,20,150). Sum of RGB (Red+Green+Blue) = 54+20+150=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 150 (58.98% from 255 or 66.96% from 224); Max value from RGB is 150 - color contains mainly: blue. Hex color #361496 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361496 is #C9EB69. Grayscale: #2C2C2C. Windows color (decimal): -13233002 or 9835574. OLE color: 9835574.

HSL color Cylindrical-coordinate representation of color #361496: hue angle of 255.69º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #361496 is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5420150-
CMYK0.640.8700.41
HSL255.69º76.47%33.33%-
HSV(B)255.69º86.67%58.82%-
XYZ7.283.4929.14-
YUV44.99187.26134.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.11%
GREEN value IS 20 (8.20% from 255) = 8.93%
BLUE value IS 150 (58.98% from 255) = 66.96%
R=24.11%
G=8.93%
B=66.96%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal54201500.640.8700.41255.6976.4733.33
Hex36149640570291004c21
Octal662422610012705140011441
Binary11011010100100101101000000101011101010011000000001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361496; }

 p { color: rgb(54,20,150); }

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

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

 a { background-color: rgb(54,20,150); }

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

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

 span { border-color: rgb(54,20,150); }

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