Html Css Color HEX #510092 Indigo

📋 copy color: '#510092'

red 81 ◦ green 0 ◦ blue 146

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

Shades of Indigo #510092

Tints of Indigo #510092

RGB

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

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

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

R = 35.68%
G = 0%
B = 64.32%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#510092 (or 0x510092) is known color: Indigo. HEX triplet: 51, 00 and 92. RGB value is (81,0,146). Sum of RGB (Red+Green+Blue) = 81+0+146=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #510092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510092 is #AEFF6D. Grayscale: #282828. Windows color (decimal): -11468654 or 9568337. OLE color: 9568337.

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

Color convert

RGB 81 0 146 -
CMYK 0.45 1 0 0.43
HSL 273.29º 1% 0.29% -
HSV(B) 273.29º 1% 0.57% -
XYZ 8.58 3.82 27.48 -
YUV 40.86 187.34 156.63 -
System Red Green Blue C M Y K H S L
Decimal 81 0 146 0.45 1 0 0.43 273.29 1 0.29
Hex 51 0 92 2D 64 0 2B 111 64 1D
Octal 121 0 222 55 144 0 53 421 144 35
Binary 1010001 0 10010010 101101 1100100 0 101011 100010001 1100100 11101

Color Harmonies of #510092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510092

Black with #510092

Text Example


Text Example

White with #510092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510092; }

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

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

background-color css

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

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

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

border-color css

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

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

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