#5F0198

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

Shades of Indigo #5F0198

Tints of Indigo #5F0198

Color information

#5F0198 (or 0x5F0198) is unknown color: approx Indigo. HEX triplet: 5F, 01 and 98. RGB value is (95,1,152). Sum of RGB (Red+Green+Blue) = 95+1+152=248 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.31% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 152 (59.77% from 255 or 61.29% from 248); Max value from RGB is 152 - color contains mainly: blue. Hex color #5F0198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0198 is #A0FE67. Grayscale: #2D2D2D. Windows color (decimal): -10550888 or 9961823. OLE color: 9961823.

HSL color Cylindrical-coordinate representation of color #5F0198: hue angle of 277.35º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F0198 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB951152-
CMYK0.380.9900.40
HSL277.35º98.69%30%-
HSV(B)277.35º99.34%59.61%-
XYZ10.44.7230.07-
YUV46.32187.64162.72-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.31%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 152 (59.77% from 255) = 61.29%
R=38.31%
G=0.40%
B=61.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal9511520.380.9900.40277.3598.6930
Hex5F1982663028115631e
Octal13712304614305042514336
Binary101111111001100010011011000110101000100010101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,1,152); }

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

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

 a { background-color: rgb(95,1,152); }

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

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

 span { border-color: rgb(95,1,152); }

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