Html Css Color HEX #51025E Indigo

📋 copy color: '#51025E'

red 81 ◦ green 2 ◦ blue 94

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

Shades of Indigo #51025E

Tints of Indigo #51025E

RGB

 RED value IS 81 (32.03% from 255) = 45.76%

 GREEN value IS 2 (1.17% from 255) = 1.13%

 BLUE value IS 94 (37.11% from 255) = 53.11%

R = 45.76%
G = 1.13%
B = 53.11%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#51025E (or 0x51025E) is known color: Indigo. HEX triplet: 51, 02 and 5E. RGB value is (81,2,94). Sum of RGB (Red+Green+Blue) = 81+2+94=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 94 (37.11% from 255 or 53.11% from 177); Max value from RGB is 94 - color contains mainly: blue. Hex color #51025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51025E is #AEFDA1. Grayscale: #232323. Windows color (decimal): -11468194 or 6160977. OLE color: 6160977.

HSL color Cylindrical-coordinate representation of color #51025E: hue angle of 291.52º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #51025E is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 2 94 -
CMYK 0.14 0.98 0 0.63
HSL 291.52º 0.96% 0.19% -
HSV(B) 291.52º 0.98% 0.37% -
XYZ 5.44 2.6 10.81 -
YUV 36.11 160.67 160.02 -
System Red Green Blue C M Y K H S L
Decimal 81 2 94 0.14 0.98 0 0.63 291.52 0.96 0.19
Hex 51 2 5E E 62 0 3F 124 60 13
Octal 121 2 136 16 142 0 77 444 140 23
Binary 1010001 10 1011110 1110 1100010 0 111111 100100100 1100000 10011

Color Harmonies of #51025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51025E

Black with #51025E

Text Example


Text Example

White with #51025E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51025E; }

 p { color: rgb(81,2,94); }

 H1.HeaderClassName
 {
   color: #51025E;
 }
 .AnyTagClassName
 {
   color: #51025E;
 }
</style>

background-color css

<style>
 a { background-color: #51025E; }

 a { background-color: rgb(81,2,94); }

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

border-color css

<style>
 span { border-color: #51025E; }

 span { border-color: rgb(81,2,94); }

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