Html Css Color HEX #5F1082 Indigo

📋 copy color: '#5F1082'

red 95 ◦ green 16 ◦ blue 130

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

Shades of Indigo #5F1082

Tints of Indigo #5F1082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 53.94%

R = 39.42%
G = 6.64%
B = 53.94%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5F1082 (or 0x5F1082) is known color: Indigo. HEX triplet: 5F, 10 and 82. RGB value is (95,16,130). Sum of RGB (Red+Green+Blue) = 95+16+130=241 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.42% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #5F1082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F1082 is #A0EF7D. Grayscale: #343434. Windows color (decimal): -10547070 or 8523871. OLE color: 8523871.

HSL color Cylindrical-coordinate representation of color #5F1082: hue angle of 281.58º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5F1082 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 95 16 130 -
CMYK 0.27 0.88 0 0.49
HSL 281.58º 0.78% 0.29% -
HSV(B) 281.58º 0.88% 0.51% -
XYZ 8.93 4.42 21.5 -
YUV 52.62 171.67 158.23 -
System Red Green Blue C M Y K H S L
Decimal 95 16 130 0.27 0.88 0 0.49 281.58 0.78 0.29
Hex 5F 10 82 1B 58 0 31 11A 4E 1D
Octal 137 20 202 33 130 0 61 432 116 35
Binary 1011111 10000 10000010 11011 1011000 0 110001 100011010 1001110 11101

Color Harmonies of #5F1082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1082

Black with #5F1082

Text Example


Text Example

White with #5F1082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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