Html Css Color HEX #510892 Indigo

📋 copy color: '#510892'

red 81 ◦ green 8 ◦ blue 146

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

Shades of Indigo #510892

Tints of Indigo #510892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.4%

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

R = 34.47%
G = 3.4%
B = 62.13%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#510892 (or 0x510892) is known color: Indigo. HEX triplet: 51, 08 and 92. RGB value is (81,8,146). Sum of RGB (Red+Green+Blue) = 81+8+146=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #510892 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510892 is #AEF76D. Grayscale: #2D2D2D. Windows color (decimal): -11466606 or 9570385. OLE color: 9570385.

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

Color convert

RGB 81 8 146 -
CMYK 0.45 0.95 0 0.43
HSL 271.74º 0.9% 0.3% -
HSV(B) 271.74º 0.95% 0.57% -
XYZ 8.67 4 27.51 -
YUV 45.56 184.68 153.28 -
System Red Green Blue C M Y K H S L
Decimal 81 8 146 0.45 0.95 0 0.43 271.74 0.9 0.3
Hex 51 8 92 2D 5F 0 2B 110 5A 1E
Octal 121 10 222 55 137 0 53 420 132 36
Binary 1010001 1000 10010010 101101 1011111 0 101011 100010000 1011010 11110

Color Harmonies of #510892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510892

Black with #510892

Text Example


Text Example

White with #510892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510892; }

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

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

background-color css

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

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

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

border-color css

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

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

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