Html Css Color HEX #5F07AB Indigo

📋 copy color: '#5F07AB'

red 95 ◦ green 7 ◦ blue 171

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

Shades of Indigo #5F07AB

Tints of Indigo #5F07AB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.56%

 BLUE value IS 171 (67.19% from 255) = 62.64%

R = 34.8%
G = 2.56%
B = 62.64%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F07AB (or 0x5F07AB) is known color: Indigo. HEX triplet: 5F, 07 and AB. RGB value is (95,7,171). Sum of RGB (Red+Green+Blue) = 95+7+171=273 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.80% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F07AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F07AB is #A0F854. Grayscale: #333333. Windows color (decimal): -10549333 or 11208543. OLE color: 11208543.

HSL color Cylindrical-coordinate representation of color #5F07AB: hue angle of 272.2º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F07AB is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 7 171 -
CMYK 0.44 0.96 0 0.33
HSL 272.2º 0.92% 0.35% -
HSV(B) 272.2º 0.96% 0.67% -
XYZ 12.15 5.53 38.95 -
YUV 52.01 195.15 158.66 -
System Red Green Blue C M Y K H S L
Decimal 95 7 171 0.44 0.96 0 0.33 272.2 0.92 0.35
Hex 5F 7 AB 2C 60 0 21 110 5C 23
Octal 137 7 253 54 140 0 41 420 134 43
Binary 1011111 111 10101011 101100 1100000 0 100001 100010000 1011100 100011

Color Harmonies of #5F07AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F07AB

Black with #5F07AB

Text Example


Text Example

White with #5F07AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,7,171); }

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

background-color css

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

 a { background-color: rgb(95,7,171); }

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

border-color css

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

 span { border-color: rgb(95,7,171); }

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