#361877

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

Shades of Persian Indigo #361877

Tints of Persian Indigo #361877

Color information

#361877 (or 0x361877) is unknown color: approx Persian Indigo. HEX triplet: 36, 18 and 77. RGB value is (54,24,119). Sum of RGB (Red+Green+Blue) = 54+24+119=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 119 (46.88% from 255 or 60.41% from 197); Max value from RGB is 119 - color contains mainly: blue. Hex color #361877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361877 is #C9E788. Grayscale: #2B2B2B. Windows color (decimal): -13232009 or 7804982. OLE color: 7804982.

HSL color Cylindrical-coordinate representation of color #361877: hue angle of 258.95º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #361877 is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5424119-
CMYK0.550.8000.53
HSL258.95º66.43%28.04%-
HSV(B)258.95º79.83%46.67%-
XYZ5.182.7717.71-
YUV43.8170.44135.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.41%
GREEN value IS 24 (9.77% from 255) = 12.18%
BLUE value IS 119 (46.88% from 255) = 60.41%
R=27.41%
G=12.18%
B=60.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54241190.550.8000.53258.9566.4328.04
Hex3618773750035103421c
Octal66301676712006540310234
Binary11011011000111011111011110100000110101100000011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361877; }

 p { color: rgb(54,24,119); }

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

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

 a { background-color: rgb(54,24,119); }

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

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

 span { border-color: rgb(54,24,119); }

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