#360993

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

Shades of Persian Indigo #360993

Tints of Persian Indigo #360993

Color information

#360993 (or 0x360993) is unknown color: approx Persian Indigo. HEX triplet: 36, 09 and 93. RGB value is (54,9,147). Sum of RGB (Red+Green+Blue) = 54+9+147=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 147 (57.81% from 255 or 70% from 210); Max value from RGB is 147 - color contains mainly: blue. Hex color #360993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360993 is #C9F66C. Grayscale: #252525. Windows color (decimal): -13235821 or 9636150. OLE color: 9636150.

HSL color Cylindrical-coordinate representation of color #360993: hue angle of 259.57º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360993 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB549147-
CMYK0.630.9400.42
HSL259.57º88.46%30.59%-
HSV(B)259.57º93.88%57.65%-
XYZ6.893.0927.84-
YUV38.19189.41139.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.71%
GREEN value IS 9 (3.91% from 255) = 4.29%
BLUE value IS 147 (57.81% from 255) = 70%
R=25.71%
G=4.29%
B=70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5491470.630.9400.42259.5788.4630.59
Hex369933F5E02A104581f
Octal66112237713605240413037
Binary11011010011001001111111110111100101010100000100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360993; }

 p { color: rgb(54,9,147); }

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

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

 a { background-color: rgb(54,9,147); }

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

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

 span { border-color: rgb(54,9,147); }

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