Html Css Color HEX #510198 Indigo

📋 copy color: '#510198'

red 81 ◦ green 1 ◦ blue 152

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

Shades of Indigo #510198

Tints of Indigo #510198

RGB

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

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

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

R = 34.62%
G = 0.43%
B = 64.96%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#510198 (or 0x510198) is known color: Indigo. HEX triplet: 51, 01 and 98. RGB value is (81,1,152). Sum of RGB (Red+Green+Blue) = 81+1+152=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 152 (59.77% from 255 or 64.96% from 234); Max value from RGB is 152 - color contains mainly: blue. Hex color #510198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510198 is #AEFE67. Grayscale: #292929. Windows color (decimal): -11468392 or 9961809. OLE color: 9961809.

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

Color convert

RGB 81 1 152 -
CMYK 0.47 0.99 0 0.40
HSL 271.79º 0.99% 0.3% -
HSV(B) 271.79º 0.99% 0.6% -
XYZ 9.07 4.04 30.01 -
YUV 42.13 190 155.72 -
System Red Green Blue C M Y K H S L
Decimal 81 1 152 0.47 0.99 0 0.40 271.79 0.99 0.3
Hex 51 1 98 2F 63 0 28 110 63 1E
Octal 121 1 230 57 143 0 50 420 143 36
Binary 1010001 1 10011000 101111 1100011 0 101000 100010000 1100011 11110

Color Harmonies of #510198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510198

Black with #510198

Text Example


Text Example

White with #510198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510198; }

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

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

background-color css

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

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

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

border-color css

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

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

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