Html Css Color HEX #510B9E Indigo

📋 copy color: '#510B9E'

red 81 ◦ green 11 ◦ blue 158

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

Shades of Indigo #510B9E

Tints of Indigo #510B9E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.4%

 BLUE value IS 158 (62.11% from 255) = 63.2%

R = 32.4%
G = 4.4%
B = 63.2%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#510B9E (or 0x510B9E) is known color: Indigo. HEX triplet: 51, 0B and 9E. RGB value is (81,11,158). Sum of RGB (Red+Green+Blue) = 81+11+158=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #510B9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510B9E is #AEF461. Grayscale: #303030. Windows color (decimal): -11465826 or 10357585. OLE color: 10357585.

HSL color Cylindrical-coordinate representation of color #510B9E: hue angle of 268.57º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510B9E is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 11 158 -
CMYK 0.49 0.93 0 0.38
HSL 268.57º 0.87% 0.33% -
HSV(B) 268.57º 0.93% 0.62% -
XYZ 9.68 4.46 32.7 -
YUV 48.69 189.69 151.05 -
System Red Green Blue C M Y K H S L
Decimal 81 11 158 0.49 0.93 0 0.38 268.57 0.87 0.33
Hex 51 B 9E 31 5D 0 26 10D 57 21
Octal 121 13 236 61 135 0 46 415 127 41
Binary 1010001 1011 10011110 110001 1011101 0 100110 100001101 1010111 100001

Color Harmonies of #510B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510B9E

Black with #510B9E

Text Example


Text Example

White with #510B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510B9E; }

 p { color: rgb(81,11,158); }

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

background-color css

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

 a { background-color: rgb(81,11,158); }

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

border-color css

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

 span { border-color: rgb(81,11,158); }

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