Html Css Color HEX #5F147A Indigo

📋 copy color: '#5F147A'

red 95 ◦ green 20 ◦ blue 122

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

Shades of Indigo #5F147A

Tints of Indigo #5F147A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.44%

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

R = 40.08%
G = 8.44%
B = 51.48%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5F147A (or 0x5F147A) is known color: Indigo. HEX triplet: 5F, 14 and 7A. RGB value is (95,20,122). Sum of RGB (Red+Green+Blue) = 95+20+122=237 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.08% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #5F147A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F147A is #A0EB85. Grayscale: #353535. Windows color (decimal): -10546054 or 8000607. OLE color: 8000607.

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

Color convert

RGB 95 20 122 -
CMYK 0.22 0.84 0 0.52
HSL 284.12º 0.72% 0.28% -
HSV(B) 284.12º 0.84% 0.48% -
XYZ 8.48 4.34 18.8 -
YUV 54.05 166.35 157.21 -
System Red Green Blue C M Y K H S L
Decimal 95 20 122 0.22 0.84 0 0.52 284.12 0.72 0.28
Hex 5F 14 7A 16 54 0 34 11C 48 1C
Octal 137 24 172 26 124 0 64 434 110 34
Binary 1011111 10100 1111010 10110 1010100 0 110100 100011100 1001000 11100

Color Harmonies of #5F147A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F147A

Black with #5F147A

Text Example


Text Example

White with #5F147A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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