#360396

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

Shades of Persian Indigo #360396

Tints of Persian Indigo #360396

Color information

#360396 (or 0x360396) is unknown color: approx Persian Indigo. HEX triplet: 36, 03 and 96. RGB value is (54,3,150). Sum of RGB (Red+Green+Blue) = 54+3+150=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 150 (58.98% from 255 or 72.46% from 207); Max value from RGB is 150 - color contains mainly: blue. Hex color #360396 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360396 is #C9FC69. Grayscale: #222222. Windows color (decimal): -13237354 or 9831222. OLE color: 9831222.

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

Color convert

RGB543150-
CMYK0.640.9800.41
HSL260.82º96.08%30%-
HSV(B)260.82º98%58.82%-
XYZ7.063.0529.07-
YUV35.01192.9141.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.09%
GREEN value IS 3 (1.56% from 255) = 1.45%
BLUE value IS 150 (58.98% from 255) = 72.46%
R=26.09%
G=1.45%
B=72.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5431500.640.9800.41260.8296.0830
Hex363964062029105601e
Octal66322610014205140514036
Binary1101101110010110100000011000100101001100000101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360396; }

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

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

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

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

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

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

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

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