Html Css Color HEX #5F0899 Indigo

📋 copy color: '#5F0899'

red 95 ◦ green 8 ◦ blue 153

#5F0899
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #5F0899

Tints of Indigo #5F0899

RGB

 RED value IS 95 (37.5% from 255) = 37.11%

 GREEN value IS 8 (3.52% from 255) = 3.13%

 BLUE value IS 153 (60.16% from 255) = 59.77%

R = 37.11%
G = 3.13%
B = 59.77%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5F0899 (or 0x5F0899) is known color: Indigo. HEX triplet: 5F, 08 and 99. RGB value is (95,8,153). Sum of RGB (Red+Green+Blue) = 95+8+153=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #5F0899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0899 is #A0F766. Grayscale: #323232. Windows color (decimal): -10549095 or 10029151. OLE color: 10029151.

HSL color Cylindrical-coordinate representation of color #5F0899: hue angle of 276º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F0899 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 95 8 153 -
CMYK 0.38 0.95 0 0.4
HSL 276º 0.9% 0.32% -
HSV(B) 276º 0.95% 0.6% -
XYZ 10.56 4.91 30.53 -
YUV 50.54 185.82 159.71 -
System Red Green Blue C M Y K H S L
Decimal 95 8 153 0.38 0.95 0 0.4 276 0.9 0.32
Hex 5F 8 99 26 5F 0 28 114 5A 20
Octal 137 10 231 46 137 0 50 424 132 40
Binary 1011111 1000 10011001 100110 1011111 0 101000 100010100 1011010 100000

Color Harmonies of #5F0899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0899

Black with #5F0899

Text Example


Text Example

White with #5F0899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F0899;
 }
 .AnyTagClassName
 {
   color: #5F0899;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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