Html Css Color HEX #5F018A Indigo

📋 copy color: '#5F018A'

red 95 ◦ green 1 ◦ blue 138

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

Shades of Indigo #5F018A

Tints of Indigo #5F018A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 58.97%

R = 40.6%
G = 0.43%
B = 58.97%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5F018A (or 0x5F018A) is known color: Indigo. HEX triplet: 5F, 01 and 8A. RGB value is (95,1,138). Sum of RGB (Red+Green+Blue) = 95+1+138=234 (30% of max value = 765). Red value is 95 (37.5% from 255 or 40.60% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 138 (54.30% from 255 or 58.97% from 234); Max value from RGB is 138 - color contains mainly: blue. Hex color #5F018A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F018A is #A0FE75. Grayscale: #2C2C2C. Windows color (decimal): -10550902 or 9044319. OLE color: 9044319.

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

Color convert

RGB 95 1 138 -
CMYK 0.31 0.99 0 0.46
HSL 281.17º 0.99% 0.27% -
HSV(B) 281.17º 0.99% 0.54% -
XYZ 9.32 4.29 24.38 -
YUV 44.72 180.64 163.86 -
System Red Green Blue C M Y K H S L
Decimal 95 1 138 0.31 0.99 0 0.46 281.17 0.99 0.27
Hex 5F 1 8A 1F 63 0 2E 119 63 1B
Octal 137 1 212 37 143 0 56 431 143 33
Binary 1011111 1 10001010 11111 1100011 0 101110 100011001 1100011 11011

Color Harmonies of #5F018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F018A

Black with #5F018A

Text Example


Text Example

White with #5F018A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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