Html Css Color HEX #5F0293 Indigo

📋 copy color: '#5F0293'

red 95 ◦ green 2 ◦ blue 147

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

Shades of Indigo #5F0293

Tints of Indigo #5F0293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 147 (57.81% from 255) = 60.25%

R = 38.93%
G = 0.82%
B = 60.25%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5F0293 (or 0x5F0293) is known color: Indigo. HEX triplet: 5F, 02 and 93. RGB value is (95,2,147). Sum of RGB (Red+Green+Blue) = 95+2+147=244 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.93% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 147 (57.81% from 255 or 60.25% from 244); Max value from RGB is 147 - color contains mainly: blue. Hex color #5F0293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0293 is #A0FD6C. Grayscale: #2D2D2D. Windows color (decimal): -10550637 or 9634399. OLE color: 9634399.

HSL color Cylindrical-coordinate representation of color #5F0293: hue angle of 278.48º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F0293 is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 95 2 147 -
CMYK 0.35 0.99 0 0.42
HSL 278.48º 0.97% 0.29% -
HSV(B) 278.48º 0.99% 0.58% -
XYZ 10.01 4.58 27.96 -
YUV 46.34 184.81 162.71 -
System Red Green Blue C M Y K H S L
Decimal 95 2 147 0.35 0.99 0 0.42 278.48 0.97 0.29
Hex 5F 2 93 23 63 0 2A 116 61 1D
Octal 137 2 223 43 143 0 52 426 141 35
Binary 1011111 10 10010011 100011 1100011 0 101010 100010110 1100001 11101

Color Harmonies of #5F0293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0293

Black with #5F0293

Text Example


Text Example

White with #5F0293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,2,147); }

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

background-color css

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

 a { background-color: rgb(95,2,147); }

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

border-color css

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

 span { border-color: rgb(95,2,147); }

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