Html Css Color HEX #510073 Indigo

📋 copy color: '#510073'

red 81 ◦ green 0 ◦ blue 115

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

Shades of Indigo #510073

Tints of Indigo #510073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 58.67%

R = 41.33%
G = 0%
B = 58.67%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#510073 (or 0x510073) is known color: Indigo. HEX triplet: 51, 00 and 73. RGB value is (81,0,115). Sum of RGB (Red+Green+Blue) = 81+0+115=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #510073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510073 is #AEFF8C. Grayscale: #242424. Windows color (decimal): -11468685 or 7536721. OLE color: 7536721.

HSL color Cylindrical-coordinate representation of color #510073: hue angle of 282.26º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #510073 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 0 115 -
CMYK 0.30 1 0 0.55
HSL 282.26º 1% 0.23% -
HSV(B) 282.26º 1% 0.45% -
XYZ 6.49 2.99 16.45 -
YUV 37.33 171.84 159.15 -
System Red Green Blue C M Y K H S L
Decimal 81 0 115 0.30 1 0 0.55 282.26 1 0.23
Hex 51 0 73 1E 64 0 37 11A 64 17
Octal 121 0 163 36 144 0 67 432 144 27
Binary 1010001 0 1110011 11110 1100100 0 110111 100011010 1100100 10111

Color Harmonies of #510073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510073

Black with #510073

Text Example


Text Example

White with #510073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510073; }

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

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

background-color css

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

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

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

border-color css

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

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

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