Html Css Color HEX #51027E Indigo

📋 copy color: '#51027E'

red 81 ◦ green 2 ◦ blue 126

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

Shades of Indigo #51027E

Tints of Indigo #51027E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 60.29%

R = 38.76%
G = 0.96%
B = 60.29%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51027E (or 0x51027E) is known color: Indigo. HEX triplet: 51, 02 and 7E. RGB value is (81,2,126). Sum of RGB (Red+Green+Blue) = 81+2+126=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 126 (49.61% from 255 or 60.29% from 209); Max value from RGB is 126 - color contains mainly: blue. Hex color #51027E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51027E is #AEFD81. Grayscale: #272727. Windows color (decimal): -11468162 or 8258129. OLE color: 8258129.

HSL color Cylindrical-coordinate representation of color #51027E: hue angle of 278.23º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #51027E is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 2 126 -
CMYK 0.36 0.98 0 0.51
HSL 278.23º 0.97% 0.25% -
HSV(B) 278.23º 0.98% 0.49% -
XYZ 7.18 3.3 20 -
YUV 39.76 176.67 157.42 -
System Red Green Blue C M Y K H S L
Decimal 81 2 126 0.36 0.98 0 0.51 278.23 0.97 0.25
Hex 51 2 7E 24 62 0 33 116 61 19
Octal 121 2 176 44 142 0 63 426 141 31
Binary 1010001 10 1111110 100100 1100010 0 110011 100010110 1100001 11001

Color Harmonies of #51027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51027E

Black with #51027E

Text Example


Text Example

White with #51027E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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