Html Css Color HEX #5F026D Indigo

📋 copy color: '#5F026D'

red 95 ◦ green 2 ◦ blue 109

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

Shades of Indigo #5F026D

Tints of Indigo #5F026D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

 BLUE value IS 109 (42.97% from 255) = 52.91%

R = 46.12%
G = 0.97%
B = 52.91%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5F026D (or 0x5F026D) is known color: Indigo. HEX triplet: 5F, 02 and 6D. RGB value is (95,2,109). Sum of RGB (Red+Green+Blue) = 95+2+109=206 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.12% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #5F026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F026D is #A0FD92. Grayscale: #292929. Windows color (decimal): -10550675 or 7144031. OLE color: 7144031.

HSL color Cylindrical-coordinate representation of color #5F026D: hue angle of 292.15º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F026D is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 95 2 109 -
CMYK 0.13 0.98 0 0.57
HSL 292.15º 0.96% 0.22% -
HSV(B) 292.15º 0.98% 0.43% -
XYZ 7.5 3.58 14.76 -
YUV 42.01 165.81 165.8 -
System Red Green Blue C M Y K H S L
Decimal 95 2 109 0.13 0.98 0 0.57 292.15 0.96 0.22
Hex 5F 2 6D D 62 0 39 124 60 16
Octal 137 2 155 15 142 0 71 444 140 26
Binary 1011111 10 1101101 1101 1100010 0 111001 100100100 1100000 10110

Color Harmonies of #5F026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F026D

Black with #5F026D

Text Example


Text Example

White with #5F026D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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