Html Css Color HEX #51019B Indigo

📋 copy color: '#51019B'

red 81 ◦ green 1 ◦ blue 155

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

Shades of Indigo #51019B

Tints of Indigo #51019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 155 (60.94% from 255) = 65.4%

R = 34.18%
G = 0.42%
B = 65.4%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#51019B (or 0x51019B) is known color: Indigo. HEX triplet: 51, 01 and 9B. RGB value is (81,1,155). Sum of RGB (Red+Green+Blue) = 81+1+155=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 155 (60.94% from 255 or 65.40% from 237); Max value from RGB is 155 - color contains mainly: blue. Hex color #51019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51019B is #AEFE64. Grayscale: #292929. Windows color (decimal): -11468389 or 10158417. OLE color: 10158417.

HSL color Cylindrical-coordinate representation of color #51019B: hue angle of 271.17º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #51019B is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 1 155 -
CMYK 0.48 0.99 0 0.39
HSL 271.17º 0.99% 0.31% -
HSV(B) 271.17º 0.99% 0.61% -
XYZ 9.32 4.14 31.32 -
YUV 42.48 191.5 155.48 -
System Red Green Blue C M Y K H S L
Decimal 81 1 155 0.48 0.99 0 0.39 271.17 0.99 0.31
Hex 51 1 9B 30 63 0 27 10F 63 1F
Octal 121 1 233 60 143 0 47 417 143 37
Binary 1010001 1 10011011 110000 1100011 0 100111 100001111 1100011 11111

Color Harmonies of #51019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51019B

Black with #51019B

Text Example


Text Example

White with #51019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,1,155); }

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

background-color css

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

 a { background-color: rgb(81,1,155); }

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

border-color css

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

 span { border-color: rgb(81,1,155); }

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