Html Css Color HEX #51027A Indigo

📋 copy color: '#51027A'

red 81 ◦ green 2 ◦ blue 122

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

Shades of Indigo #51027A

Tints of Indigo #51027A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 59.51%

R = 39.51%
G = 0.98%
B = 59.51%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#51027A (or 0x51027A) is known color: Indigo. HEX triplet: 51, 02 and 7A. RGB value is (81,2,122). Sum of RGB (Red+Green+Blue) = 81+2+122=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 122 (48.05% from 255 or 59.51% from 205); Max value from RGB is 122 - color contains mainly: blue. Hex color #51027A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51027A is #AEFD85. Grayscale: #262626. Windows color (decimal): -11468166 or 7995985. OLE color: 7995985.

HSL color Cylindrical-coordinate representation of color #51027A: hue angle of 279.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #51027A is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 2 122 -
CMYK 0.34 0.98 0 0.52
HSL 279.5º 0.97% 0.24% -
HSV(B) 279.5º 0.98% 0.48% -
XYZ 6.93 3.2 18.66 -
YUV 39.3 174.67 157.74 -
System Red Green Blue C M Y K H S L
Decimal 81 2 122 0.34 0.98 0 0.52 279.5 0.97 0.24
Hex 51 2 7A 22 62 0 34 118 61 18
Octal 121 2 172 42 142 0 64 430 141 30
Binary 1010001 10 1111010 100010 1100010 0 110100 100011000 1100001 11000

Color Harmonies of #51027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51027A

Black with #51027A

Text Example


Text Example

White with #51027A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51027A; }

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

 H1.HeaderClassName
 {
   color: #51027A;
 }
 .AnyTagClassName
 {
   color: #51027A;
 }
</style>

background-color css

<style>
 a { background-color: #51027A; }

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

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

border-color css

<style>
 span { border-color: #51027A; }

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

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