Html Css Color HEX #5F019A Indigo

📋 copy color: '#5F019A'

red 95 ◦ green 1 ◦ blue 154

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

Shades of Indigo #5F019A

Tints of Indigo #5F019A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 61.6%

R = 38%
G = 0.4%
B = 61.6%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5F019A (or 0x5F019A) is known color: Indigo. HEX triplet: 5F, 01 and 9A. RGB value is (95,1,154). Sum of RGB (Red+Green+Blue) = 95+1+154=250 (33% of max value = 765). Red value is 95 (37.5% from 255 or 38% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 154 (60.55% from 255 or 61.6% from 250); Max value from RGB is 154 - color contains mainly: blue. Hex color #5F019A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F019A is #A0FE65. Grayscale: #2E2E2E. Windows color (decimal): -10550886 or 10092895. OLE color: 10092895.

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

Color convert

RGB 95 1 154 -
CMYK 0.38 0.99 0 0.40
HSL 276.86º 0.99% 0.3% -
HSV(B) 276.86º 0.99% 0.6% -
XYZ 10.56 4.79 30.94 -
YUV 46.55 188.64 162.56 -
System Red Green Blue C M Y K H S L
Decimal 95 1 154 0.38 0.99 0 0.40 276.86 0.99 0.3
Hex 5F 1 9A 26 63 0 28 115 63 1E
Octal 137 1 232 46 143 0 50 425 143 36
Binary 1011111 1 10011010 100110 1100011 0 101000 100010101 1100011 11110

Color Harmonies of #5F019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F019A

Black with #5F019A

Text Example


Text Example

White with #5F019A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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