Html Css Color HEX #51037B Indigo

📋 copy color: '#51037B'

red 81 ◦ green 3 ◦ blue 123

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

Shades of Indigo #51037B

Tints of Indigo #51037B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.45%

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

R = 39.13%
G = 1.45%
B = 59.42%

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

#51037B (or 0x51037B) is known color: Indigo. HEX triplet: 51, 03 and 7B. RGB value is (81,3,123). Sum of RGB (Red+Green+Blue) = 81+3+123=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 123 (48.44% from 255 or 59.42% from 207); Max value from RGB is 123 - color contains mainly: blue. Hex color #51037B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51037B is #AEFC84. Grayscale: #272727. Windows color (decimal): -11467909 or 8061777. OLE color: 8061777.

HSL color Cylindrical-coordinate representation of color #51037B: hue angle of 279º degrees, saturation: 0.95, 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 #51037B is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 3 123 -
CMYK 0.34 0.98 0 0.52
HSL 279º 0.95% 0.25% -
HSV(B) 279º 0.98% 0.48% -
XYZ 7 3.24 19 -
YUV 40 174.84 157.24 -
System Red Green Blue C M Y K H S L
Decimal 81 3 123 0.34 0.98 0 0.52 279 0.95 0.25
Hex 51 3 7B 22 62 0 34 117 5F 19
Octal 121 3 173 42 142 0 64 427 137 31
Binary 1010001 11 1111011 100010 1100010 0 110100 100010111 1011111 11001

Color Harmonies of #51037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51037B

Black with #51037B

Text Example


Text Example

White with #51037B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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