Html Css Color HEX #5F0C82 Indigo

📋 copy color: '#5F0C82'

red 95 ◦ green 12 ◦ blue 130

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

Shades of Indigo #5F0C82

Tints of Indigo #5F0C82

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.06%

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

R = 40.08%
G = 5.06%
B = 54.85%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5F0C82 (or 0x5F0C82) is known color: Indigo. HEX triplet: 5F, 0C and 82. RGB value is (95,12,130). Sum of RGB (Red+Green+Blue) = 95+12+130=237 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.08% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #5F0C82 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0C82 is #A0F37D. Grayscale: #313131. Windows color (decimal): -10548094 or 8522847. OLE color: 8522847.

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

Color convert

RGB 95 12 130 -
CMYK 0.27 0.91 0 0.49
HSL 282.2º 0.83% 0.28% -
HSV(B) 282.2º 0.91% 0.51% -
XYZ 8.88 4.31 21.48 -
YUV 50.27 173 159.91 -
System Red Green Blue C M Y K H S L
Decimal 95 12 130 0.27 0.91 0 0.49 282.2 0.83 0.28
Hex 5F C 82 1B 5B 0 31 11A 53 1C
Octal 137 14 202 33 133 0 61 432 123 34
Binary 1011111 1100 10000010 11011 1011011 0 110001 100011010 1010011 11100

Color Harmonies of #5F0C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0C82

Black with #5F0C82

Text Example


Text Example

White with #5F0C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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