#361B80

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

Shades of Persian Indigo #361B80

Tints of Persian Indigo #361B80

Color information

#361B80 (or 0x361B80) is unknown color: approx Persian Indigo. HEX triplet: 36, 1B and 80. RGB value is (54,27,128). Sum of RGB (Red+Green+Blue) = 54+27+128=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 128 (50.39% from 255 or 61.24% from 209); Max value from RGB is 128 - color contains mainly: blue. Hex color #361B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361B80 is #C9E47F. Grayscale: #2E2E2E. Windows color (decimal): -13231232 or 8395574. OLE color: 8395574.

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

Color convert

RGB5427128-
CMYK0.580.7900.50
HSL256.04º65.16%30.39%-
HSV(B)256.04º78.91%50.2%-
XYZ5.813.1320.72-
YUV46.59173.95133.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.84%
GREEN value IS 27 (10.94% from 255) = 12.92%
BLUE value IS 128 (50.39% from 255) = 61.24%
R=25.84%
G=12.92%
B=61.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54271280.580.7900.50256.0465.1630.39
Hex361B803A4F032100411e
Octal66332007211706240010136
Binary110110110111000000011101010011110110010100000000100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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