Html Css Color HEX #51027B Indigo

📋 copy color: '#51027B'

red 81 ◦ green 2 ◦ blue 123

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

Shades of Indigo #51027B

Tints of Indigo #51027B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 59.71%

R = 39.32%
G = 0.97%
B = 59.71%

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

#51027B (or 0x51027B) is known color: Indigo. HEX triplet: 51, 02 and 7B. RGB value is (81,2,123). Sum of RGB (Red+Green+Blue) = 81+2+123=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 123 (48.44% from 255 or 59.71% from 206); Max value from RGB is 123 - color contains mainly: blue. Hex color #51027B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51027B is #AEFD84. Grayscale: #272727. Windows color (decimal): -11468165 or 8061521. OLE color: 8061521.

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

Color convert

RGB 81 2 123 -
CMYK 0.34 0.98 0 0.52
HSL 279.17º 0.97% 0.25% -
HSV(B) 279.17º 0.98% 0.48% -
XYZ 6.99 3.22 18.99 -
YUV 39.42 175.17 157.66 -
System Red Green Blue C M Y K H S L
Decimal 81 2 123 0.34 0.98 0 0.52 279.17 0.97 0.25
Hex 51 2 7B 22 62 0 34 117 61 19
Octal 121 2 173 42 142 0 64 427 141 31
Binary 1010001 10 1111011 100010 1100010 0 110100 100010111 1100001 11001

Color Harmonies of #51027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51027B

Black with #51027B

Text Example


Text Example

White with #51027B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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