#361192

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

Shades of Persian Indigo #361192

Tints of Persian Indigo #361192

Color information

#361192 (or 0x361192) is unknown color: approx Persian Indigo. HEX triplet: 36, 11 and 92. RGB value is (54,17,146). Sum of RGB (Red+Green+Blue) = 54+17+146=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 146 (57.42% from 255 or 67.28% from 217); Max value from RGB is 146 - color contains mainly: blue. Hex color #361192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361192 is #C9EE6D. Grayscale: #2A2A2A. Windows color (decimal): -13233774 or 9572662. OLE color: 9572662.

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

Color convert

RGB5417146-
CMYK0.630.8800.43
HSL257.21º79.14%31.96%-
HSV(B)257.21º88.36%57.25%-
XYZ6.913.2627.46-
YUV42.77186.26136.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 17 (7.03% from 255) = 7.83%
BLUE value IS 146 (57.42% from 255) = 67.28%
R=24.88%
G=7.83%
B=67.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54171460.630.8800.43257.2179.1431.96
Hex3611923F5802B1014f20
Octal66212227713005340111740
Binary1101101000110010010111111101100001010111000000011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361192; }

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

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

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

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

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

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

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

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