Html Css Color HEX #5F048C Indigo

📋 copy color: '#5F048C'

red 95 ◦ green 4 ◦ blue 140

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

Shades of Indigo #5F048C

Tints of Indigo #5F048C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

 BLUE value IS 140 (55.08% from 255) = 58.58%

R = 39.75%
G = 1.67%
B = 58.58%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5F048C (or 0x5F048C) is known color: Indigo. HEX triplet: 5F, 04 and 8C. RGB value is (95,4,140). Sum of RGB (Red+Green+Blue) = 95+4+140=239 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.75% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 140 (55.08% from 255 or 58.58% from 239); Max value from RGB is 140 - color contains mainly: blue. Hex color #5F048C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F048C is #A0FB73. Grayscale: #2E2E2E. Windows color (decimal): -10550132 or 9176159. OLE color: 9176159.

HSL color Cylindrical-coordinate representation of color #5F048C: hue angle of 280.15º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F048C is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 95 4 140 -
CMYK 0.32 0.97 0 0.45
HSL 280.15º 0.94% 0.28% -
HSV(B) 280.15º 0.97% 0.55% -
XYZ 9.5 4.41 25.16 -
YUV 46.71 180.65 162.44 -
System Red Green Blue C M Y K H S L
Decimal 95 4 140 0.32 0.97 0 0.45 280.15 0.94 0.28
Hex 5F 4 8C 20 61 0 2D 118 5E 1C
Octal 137 4 214 40 141 0 55 430 136 34
Binary 1011111 100 10001100 100000 1100001 0 101101 100011000 1011110 11100

Color Harmonies of #5F048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F048C

Black with #5F048C

Text Example


Text Example

White with #5F048C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,4,140); }

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

background-color css

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

 a { background-color: rgb(95,4,140); }

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

border-color css

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

 span { border-color: rgb(95,4,140); }

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