Html Css Color HEX #5F007A Indigo

📋 copy color: '#5F007A'

red 95 ◦ green 0 ◦ blue 122

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

Shades of Indigo #5F007A

Tints of Indigo #5F007A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 122 (48.05% from 255) = 56.22%

R = 43.78%
G = 0%
B = 56.22%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5F007A (or 0x5F007A) is known color: Indigo. HEX triplet: 5F, 00 and 7A. RGB value is (95,0,122). Sum of RGB (Red+Green+Blue) = 95+0+122=217 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.78% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 122 (48.05% from 255 or 56.22% from 217); Max value from RGB is 122 - color contains mainly: blue. Hex color #5F007A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F007A is #A0FF85. Grayscale: #292929. Windows color (decimal): -10551174 or 7995487. OLE color: 7995487.

HSL color Cylindrical-coordinate representation of color #5F007A: hue angle of 286.72º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F007A is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 95 0 122 -
CMYK 0.22 1 0 0.52
HSL 286.72º 1% 0.24% -
HSV(B) 286.72º 1% 0.48% -
XYZ 8.23 3.84 18.72 -
YUV 42.31 172.97 165.58 -
System Red Green Blue C M Y K H S L
Decimal 95 0 122 0.22 1 0 0.52 286.72 1 0.24
Hex 5F 0 7A 16 64 0 34 11F 64 18
Octal 137 0 172 26 144 0 64 437 144 30
Binary 1011111 0 1111010 10110 1100100 0 110100 100011111 1100100 11000

Color Harmonies of #5F007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F007A

Black with #5F007A

Text Example


Text Example

White with #5F007A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,0,122); }

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

background-color css

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

 a { background-color: rgb(95,0,122); }

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

border-color css

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

 span { border-color: rgb(95,0,122); }

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