Html Css Color HEX #510098 Indigo

📋 copy color: '#510098'

red 81 ◦ green 0 ◦ blue 152

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

Shades of Indigo #510098

Tints of Indigo #510098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 65.24%

R = 34.76%
G = 0%
B = 65.24%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#510098 (or 0x510098) is known color: Indigo. HEX triplet: 51, 00 and 98. RGB value is (81,0,152). Sum of RGB (Red+Green+Blue) = 81+0+152=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 152 (59.77% from 255 or 65.24% from 233); Max value from RGB is 152 - color contains mainly: blue. Hex color #510098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510098 is #AEFF67. Grayscale: #292929. Windows color (decimal): -11468648 or 9961553. OLE color: 9961553.

HSL color Cylindrical-coordinate representation of color #510098: hue angle of 271.97º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #510098 is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 0 152 -
CMYK 0.47 1 0 0.40
HSL 271.97º 1% 0.3% -
HSV(B) 271.97º 1% 0.6% -
XYZ 9.06 4.02 30 -
YUV 41.55 190.34 156.14 -
System Red Green Blue C M Y K H S L
Decimal 81 0 152 0.47 1 0 0.40 271.97 1 0.3
Hex 51 0 98 2F 64 0 28 110 64 1E
Octal 121 0 230 57 144 0 50 420 144 36
Binary 1010001 0 10011000 101111 1100100 0 101000 100010000 1100100 11110

Color Harmonies of #510098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510098

Black with #510098

Text Example


Text Example

White with #510098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510098; }

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

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

background-color css

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

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

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

border-color css

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

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

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