#360D92

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

Shades of Persian Indigo #360D92

Tints of Persian Indigo #360D92

Color information

#360D92 (or 0x360D92) is unknown color: approx Persian Indigo. HEX triplet: 36, 0D and 92. RGB value is (54,13,146). Sum of RGB (Red+Green+Blue) = 54+13+146=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 146 (57.42% from 255 or 68.54% from 213); Max value from RGB is 146 - color contains mainly: blue. Hex color #360D92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360D92 is #C9F26D. Grayscale: #272727. Windows color (decimal): -13234798 or 9571638. OLE color: 9571638.

HSL color Cylindrical-coordinate representation of color #360D92: hue angle of 258.5º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360D92 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5413146-
CMYK0.630.9100.43
HSL258.5º83.65%31.18%-
HSV(B)258.5º91.1%57.25%-
XYZ6.853.1527.44-
YUV40.42187.58137.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.35%
GREEN value IS 13 (5.47% from 255) = 6.10%
BLUE value IS 146 (57.42% from 255) = 68.54%
R=25.35%
G=6.10%
B=68.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54131460.630.9100.43258.583.6531.18
Hex36D923F5B02B102541f
Octal66152227713305340212437
Binary11011011011001001011111110110110101011100000010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360D92; }

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

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

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

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

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

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

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

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