Html Css Color HEX #510192 Indigo

📋 copy color: '#510192'

red 81 ◦ green 1 ◦ blue 146

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

Shades of Indigo #510192

Tints of Indigo #510192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 64.04%

R = 35.53%
G = 0.44%
B = 64.04%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#510192 (or 0x510192) is known color: Indigo. HEX triplet: 51, 01 and 92. RGB value is (81,1,146). Sum of RGB (Red+Green+Blue) = 81+1+146=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #510192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510192 is #AEFE6D. Grayscale: #282828. Windows color (decimal): -11468398 or 9568593. OLE color: 9568593.

HSL color Cylindrical-coordinate representation of color #510192: hue angle of 273.1º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510192 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 1 146 -
CMYK 0.45 0.99 0 0.43
HSL 273.1º 0.99% 0.29% -
HSV(B) 273.1º 0.99% 0.57% -
XYZ 8.59 3.85 27.48 -
YUV 41.45 187 156.21 -
System Red Green Blue C M Y K H S L
Decimal 81 1 146 0.45 0.99 0 0.43 273.1 0.99 0.29
Hex 51 1 92 2D 63 0 2B 111 63 1D
Octal 121 1 222 55 143 0 53 421 143 35
Binary 1010001 1 10010010 101101 1100011 0 101011 100010001 1100011 11101

Color Harmonies of #510192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510192

Black with #510192

Text Example


Text Example

White with #510192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510192; }

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

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

background-color css

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

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

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

border-color css

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

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

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