#361E80

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

Shades of Persian Indigo #361E80

Tints of Persian Indigo #361E80

Color information

#361E80 (or 0x361E80) is unknown color: approx Persian Indigo. HEX triplet: 36, 1E and 80. RGB value is (54,30,128). Sum of RGB (Red+Green+Blue) = 54+30+128=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 128 (50.39% from 255 or 60.38% from 212); Max value from RGB is 128 - color contains mainly: blue. Hex color #361E80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361E80 is #C9E17F. Grayscale: #2F2F2F. Windows color (decimal): -13230464 or 8396342. OLE color: 8396342.

HSL color Cylindrical-coordinate representation of color #361E80: hue angle of 254.69º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #361E80 is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5430128-
CMYK0.580.7700.50
HSL254.69º62.03%30.98%-
HSV(B)254.69º76.56%50.2%-
XYZ5.883.2720.74-
YUV48.35172.95132.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.47%
GREEN value IS 30 (12.11% from 255) = 14.15%
BLUE value IS 128 (50.39% from 255) = 60.38%
R=25.47%
G=14.15%
B=60.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54301280.580.7700.50254.6962.0330.98
Hex361E803A4D032ff3e1f
Octal6636200721150623777637
Binary1101101111010000000111010100110101100101111111111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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