Html Css Color HEX #51019C Indigo

📋 copy color: '#51019C'

red 81 ◦ green 1 ◦ blue 156

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

Shades of Indigo #51019C

Tints of Indigo #51019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 65.55%

R = 34.03%
G = 0.42%
B = 65.55%

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

#51019C (or 0x51019C) is known color: Indigo. HEX triplet: 51, 01 and 9C. RGB value is (81,1,156). Sum of RGB (Red+Green+Blue) = 81+1+156=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 156 (61.33% from 255 or 65.55% from 238); Max value from RGB is 156 - color contains mainly: blue. Hex color #51019C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51019C is #AEFE63. Grayscale: #2A2A2A. Windows color (decimal): -11468388 or 10223953. OLE color: 10223953.

HSL color Cylindrical-coordinate representation of color #51019C: hue angle of 270.97º 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 #51019C is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 1 156 -
CMYK 0.48 0.99 0 0.39
HSL 270.97º 0.99% 0.31% -
HSV(B) 270.97º 0.99% 0.61% -
XYZ 9.4 4.17 31.76 -
YUV 42.59 192 155.4 -
System Red Green Blue C M Y K H S L
Decimal 81 1 156 0.48 0.99 0 0.39 270.97 0.99 0.31
Hex 51 1 9C 30 63 0 27 10F 63 1F
Octal 121 1 234 60 143 0 47 417 143 37
Binary 1010001 1 10011100 110000 1100011 0 100111 100001111 1100011 11111

Color Harmonies of #51019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51019C

Black with #51019C

Text Example


Text Example

White with #51019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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