#5F0381

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

Shades of Indigo #5F0381

Tints of Indigo #5F0381

Color information

#5F0381 (or 0x5F0381) is unknown color: approx Indigo. HEX triplet: 5F, 03 and 81. RGB value is (95,3,129). Sum of RGB (Red+Green+Blue) = 95+3+129=227 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.85% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 129 (50.78% from 255 or 56.83% from 227); Max value from RGB is 129 - color contains mainly: blue. Hex color #5F0381 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0381 is #A0FC7E. Grayscale: #2C2C2C. Windows color (decimal): -10550399 or 8455007. OLE color: 8455007.

HSL color Cylindrical-coordinate representation of color #5F0381: hue angle of 283.81º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F0381 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB953129-
CMYK0.260.9800.49
HSL283.81º95.45%25.88%-
HSV(B)283.81º97.67%50.59%-
XYZ8.714.0821.1-
YUV44.87175.48163.75-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 41.85%
GREEN value IS 3 (1.56% from 255) = 1.32%
BLUE value IS 129 (50.78% from 255) = 56.83%
R=41.85%
G=1.32%
B=56.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9531290.260.9800.49283.8195.4525.88
Hex5F3811A6203111c5f1a
Octal13732013214206143413732
Binary101111111100000011101011000100110001100011100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F0381; }

 p { color: rgb(95,3,129); }

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

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

 a { background-color: rgb(95,3,129); }

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

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

 span { border-color: rgb(95,3,129); }

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