Html Css Color HEX #5F079B Indigo

📋 copy color: '#5F079B'

red 95 ◦ green 7 ◦ blue 155

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

Shades of Indigo #5F079B

Tints of Indigo #5F079B

RGB

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

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

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

R = 36.96%
G = 2.72%
B = 60.31%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5F079B (or 0x5F079B) is known color: Indigo. HEX triplet: 5F, 07 and 9B. RGB value is (95,7,155). Sum of RGB (Red+Green+Blue) = 95+7+155=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F079B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F079B is #A0F864. Grayscale: #313131. Windows color (decimal): -10549349 or 10159967. OLE color: 10159967.

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

Color convert

RGB 95 7 155 -
CMYK 0.39 0.95 0 0.39
HSL 275.68º 0.91% 0.32% -
HSV(B) 275.68º 0.95% 0.61% -
XYZ 10.71 4.95 31.4 -
YUV 50.18 187.15 159.97 -
System Red Green Blue C M Y K H S L
Decimal 95 7 155 0.39 0.95 0 0.39 275.68 0.91 0.32
Hex 5F 7 9B 27 5F 0 27 114 5B 20
Octal 137 7 233 47 137 0 47 424 133 40
Binary 1011111 111 10011011 100111 1011111 0 100111 100010100 1011011 100000

Color Harmonies of #5F079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F079B

Black with #5F079B

Text Example


Text Example

White with #5F079B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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