#361881

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

Shades of Persian Indigo #361881

Tints of Persian Indigo #361881

Color information

#361881 (or 0x361881) is unknown color: approx Persian Indigo. HEX triplet: 36, 18 and 81. RGB value is (54,24,129). Sum of RGB (Red+Green+Blue) = 54+24+129=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 129 (50.78% from 255 or 62.32% from 207); Max value from RGB is 129 - color contains mainly: blue. Hex color #361881 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361881 is #C9E77E. Grayscale: #2C2C2C. Windows color (decimal): -13231999 or 8460342. OLE color: 8460342.

HSL color Cylindrical-coordinate representation of color #361881: hue angle of 257.14º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #361881 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5424129-
CMYK0.580.8100.49
HSL257.14º68.63%30%-
HSV(B)257.14º81.4%50.59%-
XYZ5.813.0221.05-
YUV44.94175.44134.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.09%
GREEN value IS 24 (9.77% from 255) = 11.59%
BLUE value IS 129 (50.78% from 255) = 62.32%
R=26.09%
G=11.59%
B=62.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54241290.580.8100.49257.1468.6330
Hex3618813A51031101451e
Octal66302017212106140110536
Binary110110110001000000111101010100010110001100000001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361881; }

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

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

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

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

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

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

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

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