#361E77

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

Shades of Persian Indigo #361E77

Tints of Persian Indigo #361E77

Color information

#361E77 (or 0x361E77) is unknown color: approx Persian Indigo. HEX triplet: 36, 1E and 77. RGB value is (54,30,119). Sum of RGB (Red+Green+Blue) = 54+30+119=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 30 (12.11% from 255 or 14.78% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #361E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361E77 is #C9E188. Grayscale: #2E2E2E. Windows color (decimal): -13230473 or 7806518. OLE color: 7806518.

HSL color Cylindrical-coordinate representation of color #361E77: hue angle of 256.18º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #361E77 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5430119-
CMYK0.550.7500.53
HSL256.18º59.73%29.22%-
HSV(B)256.18º74.79%46.67%-
XYZ5.323.0417.76-
YUV47.32168.45132.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.60%
GREEN value IS 30 (12.11% from 255) = 14.78%
BLUE value IS 119 (46.88% from 255) = 58.62%
R=26.60%
G=14.78%
B=58.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54301190.550.7500.53256.1859.7329.22
Hex361E77374B0351003c1d
Octal6636167671130654007435
Binary1101101111011101111101111001011011010110000000011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361E77; }

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

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

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

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

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

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

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

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