Html Css Color HEX #510B93 Indigo

📋 copy color: '#510B93'

red 81 ◦ green 11 ◦ blue 147

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

Shades of Indigo #510B93

Tints of Indigo #510B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 61.51%

R = 33.89%
G = 4.6%
B = 61.51%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#510B93 (or 0x510B93) is known color: Indigo. HEX triplet: 51, 0B and 93. RGB value is (81,11,147). Sum of RGB (Red+Green+Blue) = 81+11+147=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #510B93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510B93 is #AEF46C. Grayscale: #2E2E2E. Windows color (decimal): -11465837 or 9636689. OLE color: 9636689.

HSL color Cylindrical-coordinate representation of color #510B93: hue angle of 270.88º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510B93 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 11 147 -
CMYK 0.45 0.93 0 0.42
HSL 270.88º 0.86% 0.31% -
HSV(B) 270.88º 0.93% 0.58% -
XYZ 8.78 4.1 27.93 -
YUV 47.43 184.19 151.94 -
System Red Green Blue C M Y K H S L
Decimal 81 11 147 0.45 0.93 0 0.42 270.88 0.86 0.31
Hex 51 B 93 2D 5D 0 2A 10F 56 1F
Octal 121 13 223 55 135 0 52 417 126 37
Binary 1010001 1011 10010011 101101 1011101 0 101010 100001111 1010110 11111

Color Harmonies of #510B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510B93

Black with #510B93

Text Example


Text Example

White with #510B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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