#361984

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

Shades of Persian Indigo #361984

Tints of Persian Indigo #361984

Color information

#361984 (or 0x361984) is unknown color: approx Persian Indigo. HEX triplet: 36, 19 and 84. RGB value is (54,25,132). Sum of RGB (Red+Green+Blue) = 54+25+132=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 132 (51.95% from 255 or 62.56% from 211); Max value from RGB is 132 - color contains mainly: blue. Hex color #361984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361984 is #C9E67B. Grayscale: #2D2D2D. Windows color (decimal): -13231740 or 8657206. OLE color: 8657206.

HSL color Cylindrical-coordinate representation of color #361984: hue angle of 256.26º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #361984 is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5425132-
CMYK0.590.8100.48
HSL256.26º68.15%30.78%-
HSV(B)256.26º81.06%51.76%-
XYZ6.033.1522.12-
YUV45.87176.61133.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.59%
GREEN value IS 25 (10.16% from 255) = 11.85%
BLUE value IS 132 (51.95% from 255) = 62.56%
R=25.59%
G=11.85%
B=62.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54251320.590.8100.48256.2668.1530.78
Hex3619843B51030100441f
Octal66312047312106040010437
Binary110110110011000010011101110100010110000100000000100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361984; }

 p { color: rgb(54,25,132); }

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

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

 a { background-color: rgb(54,25,132); }

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

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

 span { border-color: rgb(54,25,132); }

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