Html Css Color HEX #5F019B Indigo

📋 copy color: '#5F019B'

red 95 ◦ green 1 ◦ blue 155

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

Shades of Indigo #5F019B

Tints of Indigo #5F019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 155 (60.94% from 255) = 61.75%

R = 37.85%
G = 0.4%
B = 61.75%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5F019B (or 0x5F019B) is known color: Indigo. HEX triplet: 5F, 01 and 9B. RGB value is (95,1,155). Sum of RGB (Red+Green+Blue) = 95+1+155=251 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.85% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F019B is #A0FE64. Grayscale: #2E2E2E. Windows color (decimal): -10550885 or 10158431. OLE color: 10158431.

HSL color Cylindrical-coordinate representation of color #5F019B: hue angle of 276.62º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F019B is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 95 1 155 -
CMYK 0.39 0.99 0 0.39
HSL 276.62º 0.99% 0.31% -
HSV(B) 276.62º 0.99% 0.61% -
XYZ 10.65 4.82 31.38 -
YUV 46.66 189.14 162.48 -
System Red Green Blue C M Y K H S L
Decimal 95 1 155 0.39 0.99 0 0.39 276.62 0.99 0.31
Hex 5F 1 9B 27 63 0 27 115 63 1F
Octal 137 1 233 47 143 0 47 425 143 37
Binary 1011111 1 10011011 100111 1100011 0 100111 100010101 1100011 11111

Color Harmonies of #5F019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F019B

Black with #5F019B

Text Example


Text Example

White with #5F019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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