Html Css Color HEX #5F077B Indigo

📋 copy color: '#5F077B'

red 95 ◦ green 7 ◦ blue 123

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

Shades of Indigo #5F077B

Tints of Indigo #5F077B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 54.67%

R = 42.22%
G = 3.11%
B = 54.67%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5F077B (or 0x5F077B) is known color: Indigo. HEX triplet: 5F, 07 and 7B. RGB value is (95,7,123). Sum of RGB (Red+Green+Blue) = 95+7+123=225 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.22% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #5F077B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F077B is #A0F884. Grayscale: #2E2E2E. Windows color (decimal): -10549381 or 8062815. OLE color: 8062815.

HSL color Cylindrical-coordinate representation of color #5F077B: hue angle of 285.52º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F077B is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 95 7 123 -
CMYK 0.23 0.94 0 0.52
HSL 285.52º 0.89% 0.25% -
HSV(B) 285.52º 0.94% 0.48% -
XYZ 8.37 4.01 19.07 -
YUV 46.54 171.15 162.57 -
System Red Green Blue C M Y K H S L
Decimal 95 7 123 0.23 0.94 0 0.52 285.52 0.89 0.25
Hex 5F 7 7B 17 5E 0 34 11E 59 19
Octal 137 7 173 27 136 0 64 436 131 31
Binary 1011111 111 1111011 10111 1011110 0 110100 100011110 1011001 11001

Color Harmonies of #5F077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F077B

Black with #5F077B

Text Example


Text Example

White with #5F077B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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