Html Css Color HEX #5F0082 Indigo

📋 copy color: '#5F0082'

red 95 ◦ green 0 ◦ blue 130

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

Shades of Indigo #5F0082

Tints of Indigo #5F0082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.22%
G = 0%
B = 57.78%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5F0082 (or 0x5F0082) is known color: Indigo. HEX triplet: 5F, 00 and 82. RGB value is (95,0,130). Sum of RGB (Red+Green+Blue) = 95+0+130=225 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.22% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 130 (51.17% from 255 or 57.78% from 225); Max value from RGB is 130 - color contains mainly: blue. Hex color #5F0082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0082 is #A0FF7D. Grayscale: #2A2A2A. Windows color (decimal): -10551166 or 8519775. OLE color: 8519775.

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

Color convert

RGB 95 0 130 -
CMYK 0.27 1 0 0.49
HSL 283.85º 1% 0.25% -
HSV(B) 283.85º 1% 0.51% -
XYZ 8.75 4.04 21.44 -
YUV 43.23 176.97 164.93 -
System Red Green Blue C M Y K H S L
Decimal 95 0 130 0.27 1 0 0.49 283.85 1 0.25
Hex 5F 0 82 1B 64 0 31 11C 64 19
Octal 137 0 202 33 144 0 61 434 144 31
Binary 1011111 0 10000010 11011 1100100 0 110001 100011100 1100100 11001

Color Harmonies of #5F0082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0082

Black with #5F0082

Text Example


Text Example

White with #5F0082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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