Html Css Color HEX #51018C Indigo

📋 copy color: '#51018C'

red 81 ◦ green 1 ◦ blue 140

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

Shades of Indigo #51018C

Tints of Indigo #51018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 63.06%

R = 36.49%
G = 0.45%
B = 63.06%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51018C (or 0x51018C) is known color: Indigo. HEX triplet: 51, 01 and 8C. RGB value is (81,1,140). Sum of RGB (Red+Green+Blue) = 81+1+140=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 140 (55.08% from 255 or 63.06% from 222); Max value from RGB is 140 - color contains mainly: blue. Hex color #51018C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51018C is #AEFE73. Grayscale: #282828. Windows color (decimal): -11468404 or 9175377. OLE color: 9175377.

HSL color Cylindrical-coordinate representation of color #51018C: hue angle of 274.53º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #51018C is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 1 140 -
CMYK 0.42 0.99 0 0.45
HSL 274.53º 0.99% 0.28% -
HSV(B) 274.53º 0.99% 0.55% -
XYZ 8.14 3.66 25.09 -
YUV 40.77 184 156.7 -
System Red Green Blue C M Y K H S L
Decimal 81 1 140 0.42 0.99 0 0.45 274.53 0.99 0.28
Hex 51 1 8C 2A 63 0 2D 113 63 1C
Octal 121 1 214 52 143 0 55 423 143 34
Binary 1010001 1 10001100 101010 1100011 0 101101 100010011 1100011 11100

Color Harmonies of #51018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51018C

Black with #51018C

Text Example


Text Example

White with #51018C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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