#5F0299

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

Shades of Indigo #5F0299

Tints of Indigo #5F0299

Color information

#5F0299 (or 0x5F0299) is unknown color: approx Indigo. HEX triplet: 5F, 02 and 99. RGB value is (95,2,153). Sum of RGB (Red+Green+Blue) = 95+2+153=250 (33% of max value = 765). Red value is 95 (37.5% from 255 or 38% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #5F0299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0299 is #A0FD66. Grayscale: #2E2E2E. Windows color (decimal): -10550631 or 10027615. OLE color: 10027615.

HSL color Cylindrical-coordinate representation of color #5F0299: hue angle of 276.95º degrees, saturation: 0.97, 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 #5F0299 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB952153-
CMYK0.380.9900.4
HSL276.95º97.42%30.39%-
HSV(B)276.95º98.69%60%-
XYZ10.494.7830.51-
YUV47.02187.81162.22-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38%
GREEN value IS 2 (1.17% from 255) = 0.8%
BLUE value IS 153 (60.16% from 255) = 61.2%
R=38%
G=0.8%
B=61.2%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal9521530.380.9900.4276.9597.4230.39
Hex5F2992663028115611e
Octal13722314614305042514136
Binary1011111101001100110011011000110101000100010101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,2,153); }

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

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

 a { background-color: rgb(95,2,153); }

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

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

 span { border-color: rgb(95,2,153); }

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