Html Css Color HEX #5F006F Indigo

📋 copy color: '#5F006F'

red 95 ◦ green 0 ◦ blue 111

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

Shades of Indigo #5F006F

Tints of Indigo #5F006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 111 (43.75% from 255) = 53.88%

R = 46.12%
G = 0%
B = 53.88%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5F006F (or 0x5F006F) is known color: Indigo. HEX triplet: 5F, 00 and 6F. RGB value is (95,0,111). Sum of RGB (Red+Green+Blue) = 95+0+111=206 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.12% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 111 (43.75% from 255 or 53.88% from 206); Max value from RGB is 111 - color contains mainly: blue. Hex color #5F006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F006F is #A0FF90. Grayscale: #282828. Windows color (decimal): -10551185 or 7274591. OLE color: 7274591.

HSL color Cylindrical-coordinate representation of color #5F006F: hue angle of 291.35º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F006F is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 95 0 111 -
CMYK 0.14 1 0 0.56
HSL 291.35º 1% 0.22% -
HSV(B) 291.35º 1% 0.44% -
XYZ 7.59 3.58 15.33 -
YUV 41.06 167.47 166.47 -
System Red Green Blue C M Y K H S L
Decimal 95 0 111 0.14 1 0 0.56 291.35 1 0.22
Hex 5F 0 6F E 64 0 38 123 64 16
Octal 137 0 157 16 144 0 70 443 144 26
Binary 1011111 0 1101111 1110 1100100 0 111000 100100011 1100100 10110

Color Harmonies of #5F006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F006F

Black with #5F006F

Text Example


Text Example

White with #5F006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,0,111); }

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

background-color css

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

 a { background-color: rgb(95,0,111); }

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

border-color css

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

 span { border-color: rgb(95,0,111); }

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