#5F0195

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

Shades of Indigo #5F0195

Tints of Indigo #5F0195

Color information

#5F0195 (or 0x5F0195) is unknown color: approx Indigo. HEX triplet: 5F, 01 and 95. RGB value is (95,1,149). Sum of RGB (Red+Green+Blue) = 95+1+149=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 149 (58.59% from 255 or 60.82% from 245); Max value from RGB is 149 - color contains mainly: blue. Hex color #5F0195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0195 is #A0FE6A. Grayscale: #2D2D2D. Windows color (decimal): -10550891 or 9765215. OLE color: 9765215.

HSL color Cylindrical-coordinate representation of color #5F0195: hue angle of 278.11º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F0195 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB951149-
CMYK0.360.9900.42
HSL278.11º98.67%29.41%-
HSV(B)278.11º99.33%58.43%-
XYZ10.154.6228.79-
YUV45.98186.14162.97-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.78%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 149 (58.59% from 255) = 60.82%
R=38.78%
G=0.41%
B=60.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9511490.360.9900.42278.1198.6729.41
Hex5F195246302A116631d
Octal13712254414305242614335
Binary101111111001010110010011000110101010100010110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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