#360992

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

Shades of Persian Indigo #360992

Tints of Persian Indigo #360992

Color information

#360992 (or 0x360992) is unknown color: approx Persian Indigo. HEX triplet: 36, 09 and 92. RGB value is (54,9,146). Sum of RGB (Red+Green+Blue) = 54+9+146=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 146 (57.42% from 255 or 69.86% from 209); Max value from RGB is 146 - color contains mainly: blue. Hex color #360992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360992 is #C9F66D. Grayscale: #252525. Windows color (decimal): -13235822 or 9570614. OLE color: 9570614.

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

Color convert

RGB549146-
CMYK0.630.9400.43
HSL259.71º88.39%30.39%-
HSV(B)259.71º93.84%57.25%-
XYZ6.813.0527.43-
YUV38.07188.91139.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.84%
GREEN value IS 9 (3.91% from 255) = 4.31%
BLUE value IS 146 (57.42% from 255) = 69.86%
R=25.84%
G=4.31%
B=69.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5491460.630.9400.43259.7188.3930.39
Hex369923F5E02B104581e
Octal66112227713605340413036
Binary11011010011001001011111110111100101011100000100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360992; }

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

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

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

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

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

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

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

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