Html Css Color HEX #5F0893 Indigo

📋 copy color: '#5F0893'

red 95 ◦ green 8 ◦ blue 147

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

Shades of Indigo #5F0893

Tints of Indigo #5F0893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.2%

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

R = 38%
G = 3.2%
B = 58.8%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5F0893 (or 0x5F0893) is known color: Indigo. HEX triplet: 5F, 08 and 93. RGB value is (95,8,147). Sum of RGB (Red+Green+Blue) = 95+8+147=250 (33% of max value = 765). Red value is 95 (37.5% from 255 or 38% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #5F0893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0893 is #A0F76C. Grayscale: #313131. Windows color (decimal): -10549101 or 9635935. OLE color: 9635935.

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

Color convert

RGB 95 8 147 -
CMYK 0.35 0.95 0 0.42
HSL 277.55º 0.9% 0.3% -
HSV(B) 277.55º 0.95% 0.58% -
XYZ 10.07 4.71 27.98 -
YUV 49.86 182.82 160.2 -
System Red Green Blue C M Y K H S L
Decimal 95 8 147 0.35 0.95 0 0.42 277.55 0.9 0.3
Hex 5F 8 93 23 5F 0 2A 116 5A 1E
Octal 137 10 223 43 137 0 52 426 132 36
Binary 1011111 1000 10010011 100011 1011111 0 101010 100010110 1011010 11110

Color Harmonies of #5F0893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0893

Black with #5F0893

Text Example


Text Example

White with #5F0893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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