Html Css Color HEX #510298 Indigo

📋 copy color: '#510298'

red 81 ◦ green 2 ◦ blue 152

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

Shades of Indigo #510298

Tints of Indigo #510298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 34.47%
G = 0.85%
B = 64.68%

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

#510298 (or 0x510298) is known color: Indigo. HEX triplet: 51, 02 and 98. RGB value is (81,2,152). Sum of RGB (Red+Green+Blue) = 81+2+152=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 152 (59.77% from 255 or 64.68% from 235); Max value from RGB is 152 - color contains mainly: blue. Hex color #510298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510298 is #AEFD67. Grayscale: #2A2A2A. Windows color (decimal): -11468136 or 9962065. OLE color: 9962065.

HSL color Cylindrical-coordinate representation of color #510298: hue angle of 271.6º degrees, saturation: 0.97, 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 #510298 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 2 152 -
CMYK 0.47 0.99 0 0.40
HSL 271.6º 0.97% 0.3% -
HSV(B) 271.6º 0.99% 0.6% -
XYZ 9.08 4.06 30.01 -
YUV 42.72 189.67 155.3 -
System Red Green Blue C M Y K H S L
Decimal 81 2 152 0.47 0.99 0 0.40 271.6 0.97 0.3
Hex 51 2 98 2F 63 0 28 110 61 1E
Octal 121 2 230 57 143 0 50 420 141 36
Binary 1010001 10 10011000 101111 1100011 0 101000 100010000 1100001 11110

Color Harmonies of #510298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510298

Black with #510298

Text Example


Text Example

White with #510298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510298; }

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

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

background-color css

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

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

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

border-color css

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

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

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