Html Css Color HEX #5F1289 Indigo

📋 copy color: '#5F1289'

red 95 ◦ green 18 ◦ blue 137

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

Shades of Indigo #5F1289

Tints of Indigo #5F1289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.2%

 BLUE value IS 137 (53.91% from 255) = 54.8%

R = 38%
G = 7.2%
B = 54.8%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5F1289 (or 0x5F1289) is known color: Indigo. HEX triplet: 5F, 12 and 89. RGB value is (95,18,137). Sum of RGB (Red+Green+Blue) = 95+18+137=250 (33% of max value = 765). Red value is 95 (37.5% from 255 or 38% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 137 (53.91% from 255 or 54.8% from 250); Max value from RGB is 137 - color contains mainly: blue. Hex color #5F1289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F1289 is #A0ED76. Grayscale: #363636. Windows color (decimal): -10546551 or 8983135. OLE color: 8983135.

HSL color Cylindrical-coordinate representation of color #5F1289: hue angle of 278.82º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5F1289 is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 95 18 137 -
CMYK 0.31 0.87 0 0.46
HSL 278.82º 0.77% 0.3% -
HSV(B) 278.82º 0.87% 0.54% -
XYZ 9.45 4.67 24.07 -
YUV 54.59 174.51 156.82 -
System Red Green Blue C M Y K H S L
Decimal 95 18 137 0.31 0.87 0 0.46 278.82 0.77 0.3
Hex 5F 12 89 1F 57 0 2E 117 4D 1E
Octal 137 22 211 37 127 0 56 427 115 36
Binary 1011111 10010 10001001 11111 1010111 0 101110 100010111 1001101 11110

Color Harmonies of #5F1289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1289

Black with #5F1289

Text Example


Text Example

White with #5F1289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,18,137); }

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

background-color css

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

 a { background-color: rgb(95,18,137); }

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

border-color css

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

 span { border-color: rgb(95,18,137); }

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