#361399

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

Shades of Persian Indigo #361399

Tints of Persian Indigo #361399

Color information

#361399 (or 0x361399) is unknown color: approx Persian Indigo. HEX triplet: 36, 13 and 99. RGB value is (54,19,153). Sum of RGB (Red+Green+Blue) = 54+19+153=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #361399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361399 is #C9EC66. Grayscale: #2C2C2C. Windows color (decimal): -13233255 or 10031926. OLE color: 10031926.

HSL color Cylindrical-coordinate representation of color #361399: hue angle of 255.67º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #361399 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5419153-
CMYK0.650.8800.4
HSL255.67º77.91%33.73%-
HSV(B)255.67º87.58%60%-
XYZ7.53.5530.43-
YUV44.74189.1134.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.89%
GREEN value IS 19 (7.81% from 255) = 8.41%
BLUE value IS 153 (60.16% from 255) = 67.70%
R=23.89%
G=8.41%
B=67.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal54191530.650.8800.4255.6777.9133.73
Hex36139941580281004e22
Octal662323110113005040011642
Binary11011010011100110011000001101100001010001000000001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361399; }

 p { color: rgb(54,19,153); }

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

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

 a { background-color: rgb(54,19,153); }

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

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

 span { border-color: rgb(54,19,153); }

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