Html Css Color HEX #5F079F Indigo

📋 copy color: '#5F079F'

red 95 ◦ green 7 ◦ blue 159

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

Shades of Indigo #5F079F

Tints of Indigo #5F079F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 60.92%

R = 36.4%
G = 2.68%
B = 60.92%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F079F (or 0x5F079F) is known color: Indigo. HEX triplet: 5F, 07 and 9F. RGB value is (95,7,159). Sum of RGB (Red+Green+Blue) = 95+7+159=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F079F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F079F is #A0F860. Grayscale: #323232. Windows color (decimal): -10549345 or 10422111. OLE color: 10422111.

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

Color convert

RGB 95 7 159 -
CMYK 0.40 0.96 0 0.38
HSL 274.74º 0.92% 0.33% -
HSV(B) 274.74º 0.96% 0.62% -
XYZ 11.05 5.09 33.2 -
YUV 50.64 189.15 159.64 -
System Red Green Blue C M Y K H S L
Decimal 95 7 159 0.40 0.96 0 0.38 274.74 0.92 0.33
Hex 5F 7 9F 28 60 0 26 113 5C 21
Octal 137 7 237 50 140 0 46 423 134 41
Binary 1011111 111 10011111 101000 1100000 0 100110 100010011 1011100 100001

Color Harmonies of #5F079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F079F

Black with #5F079F

Text Example


Text Example

White with #5F079F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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