Html Css Color HEX #510398 Indigo

📋 copy color: '#510398'

red 81 ◦ green 3 ◦ blue 152

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

Shades of Indigo #510398

Tints of Indigo #510398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

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

R = 34.32%
G = 1.27%
B = 64.41%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#510398 (or 0x510398) is known color: Indigo. HEX triplet: 51, 03 and 98. RGB value is (81,3,152). Sum of RGB (Red+Green+Blue) = 81+3+152=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 152 (59.77% from 255 or 64.41% from 236); Max value from RGB is 152 - color contains mainly: blue. Hex color #510398 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510398 is #AEFC67. Grayscale: #2A2A2A. Windows color (decimal): -11467880 or 9962321. OLE color: 9962321.

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

Color convert

RGB 81 3 152 -
CMYK 0.47 0.98 0 0.40
HSL 271.41º 0.96% 0.3% -
HSV(B) 271.41º 0.98% 0.6% -
XYZ 9.09 4.08 30.01 -
YUV 43.31 189.34 154.88 -
System Red Green Blue C M Y K H S L
Decimal 81 3 152 0.47 0.98 0 0.40 271.41 0.96 0.3
Hex 51 3 98 2F 62 0 28 10F 60 1E
Octal 121 3 230 57 142 0 50 417 140 36
Binary 1010001 11 10011000 101111 1100010 0 101000 100001111 1100000 11110

Color Harmonies of #510398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510398

Black with #510398

Text Example


Text Example

White with #510398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510398; }

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

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

background-color css

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

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

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

border-color css

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

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

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