Html Css Color HEX #510B68 Indigo

📋 copy color: '#510B68'

red 81 ◦ green 11 ◦ blue 104

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

Shades of Indigo #510B68

Tints of Indigo #510B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 53.06%

R = 41.33%
G = 5.61%
B = 53.06%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#510B68 (or 0x510B68) is known color: Indigo. HEX triplet: 51, 0B and 68. RGB value is (81,11,104). Sum of RGB (Red+Green+Blue) = 81+11+104=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #510B68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510B68 is #AEF497. Grayscale: #2A2A2A. Windows color (decimal): -11465880 or 6818641. OLE color: 6818641.

HSL color Cylindrical-coordinate representation of color #510B68: hue angle of 285.16º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510B68 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 11 104 -
CMYK 0.22 0.89 0 0.59
HSL 285.16º 0.81% 0.23% -
HSV(B) 285.16º 0.89% 0.41% -
XYZ 6.01 2.99 13.36 -
YUV 42.53 162.69 155.44 -
System Red Green Blue C M Y K H S L
Decimal 81 11 104 0.22 0.89 0 0.59 285.16 0.81 0.23
Hex 51 B 68 16 59 0 3B 11D 51 17
Octal 121 13 150 26 131 0 73 435 121 27
Binary 1010001 1011 1101000 10110 1011001 0 111011 100011101 1010001 10111

Color Harmonies of #510B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510B68

Black with #510B68

Text Example


Text Example

White with #510B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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