Html Css Color HEX #5F1085 Indigo

📋 copy color: '#5F1085'

red 95 ◦ green 16 ◦ blue 133

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

Shades of Indigo #5F1085

Tints of Indigo #5F1085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.56%

 BLUE value IS 133 (52.34% from 255) = 54.51%

R = 38.93%
G = 6.56%
B = 54.51%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5F1085 (or 0x5F1085) is known color: Indigo. HEX triplet: 5F, 10 and 85. RGB value is (95,16,133). Sum of RGB (Red+Green+Blue) = 95+16+133=244 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.93% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 133 (52.34% from 255 or 54.51% from 244); Max value from RGB is 133 - color contains mainly: blue. Hex color #5F1085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F1085 is #A0EF7A. Grayscale: #343434. Windows color (decimal): -10547067 or 8720479. OLE color: 8720479.

HSL color Cylindrical-coordinate representation of color #5F1085: hue angle of 280.51º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5F1085 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 95 16 133 -
CMYK 0.29 0.88 0 0.48
HSL 280.51º 0.79% 0.29% -
HSV(B) 280.51º 0.88% 0.52% -
XYZ 9.14 4.5 22.58 -
YUV 52.96 173.17 157.99 -
System Red Green Blue C M Y K H S L
Decimal 95 16 133 0.29 0.88 0 0.48 280.51 0.79 0.29
Hex 5F 10 85 1D 58 0 30 119 4F 1D
Octal 137 20 205 35 130 0 60 431 117 35
Binary 1011111 10000 10000101 11101 1011000 0 110000 100011001 1001111 11101

Color Harmonies of #5F1085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1085

Black with #5F1085

Text Example


Text Example

White with #5F1085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,16,133); }

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

background-color css

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

 a { background-color: rgb(95,16,133); }

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

border-color css

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

 span { border-color: rgb(95,16,133); }

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