Html Css Color HEX #51009D Indigo

📋 copy color: '#51009D'

red 81 ◦ green 0 ◦ blue 157

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

Shades of Indigo #51009D

Tints of Indigo #51009D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 157 (61.72% from 255) = 65.97%

R = 34.03%
G = 0%
B = 65.97%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51009D (or 0x51009D) is known color: Indigo. HEX triplet: 51, 00 and 9D. RGB value is (81,0,157). Sum of RGB (Red+Green+Blue) = 81+0+157=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 157 (61.72% from 255 or 65.97% from 238); Max value from RGB is 157 - color contains mainly: blue. Hex color #51009D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51009D is #AEFF62. Grayscale: #292929. Windows color (decimal): -11468643 or 10289233. OLE color: 10289233.

HSL color Cylindrical-coordinate representation of color #51009D: hue angle of 270.96º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #51009D is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 0 157 -
CMYK 0.48 1 0 0.38
HSL 270.96º 1% 0.31% -
HSV(B) 270.96º 1% 0.62% -
XYZ 9.48 4.18 32.21 -
YUV 42.12 192.84 155.73 -
System Red Green Blue C M Y K H S L
Decimal 81 0 157 0.48 1 0 0.38 270.96 1 0.31
Hex 51 0 9D 30 64 0 26 10F 64 1F
Octal 121 0 235 60 144 0 46 417 144 37
Binary 1010001 0 10011101 110000 1100100 0 100110 100001111 1100100 11111

Color Harmonies of #51009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51009D

Black with #51009D

Text Example


Text Example

White with #51009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51009D; }

 p { color: rgb(81,0,157); }

 H1.HeaderClassName
 {
   color: #51009D;
 }
 .AnyTagClassName
 {
   color: #51009D;
 }
</style>

background-color css

<style>
 a { background-color: #51009D; }

 a { background-color: rgb(81,0,157); }

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

border-color css

<style>
 span { border-color: #51009D; }

 span { border-color: rgb(81,0,157); }

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