#361170

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

Shades of Persian Indigo #361170

Tints of Persian Indigo #361170

Color information

#361170 (or 0x361170) is unknown color: approx Persian Indigo. HEX triplet: 36, 11 and 70. RGB value is (54,17,112). Sum of RGB (Red+Green+Blue) = 54+17+112=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 112 (44.14% from 255 or 61.20% from 183); Max value from RGB is 112 - color contains mainly: blue. Hex color #361170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361170 is #C9EE8F. Grayscale: #262626. Windows color (decimal): -13233808 or 7344438. OLE color: 7344438.

HSL color Cylindrical-coordinate representation of color #361170: hue angle of 263.37º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361170 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5417112-
CMYK0.520.8500.56
HSL263.37º73.64%25.29%-
HSV(B)263.37º84.82%43.92%-
XYZ4.652.3615.54-
YUV38.89169.26138.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.51%
GREEN value IS 17 (7.03% from 255) = 9.29%
BLUE value IS 112 (44.14% from 255) = 61.20%
R=29.51%
G=9.29%
B=61.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54171120.520.8500.56263.3773.6425.29
Hex36117034550381074a19
Octal66211606412507040711231
Binary11011010001111000011010010101010111000100000111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361170; }

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

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

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

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

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

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

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

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