Html Css Color HEX #510968 Indigo

📋 copy color: '#510968'

red 81 ◦ green 9 ◦ blue 104

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

Shades of Indigo #510968

Tints of Indigo #510968

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.64%

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

R = 41.75%
G = 4.64%
B = 53.61%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#510968 (or 0x510968) is known color: Indigo. HEX triplet: 51, 09 and 68. RGB value is (81,9,104). Sum of RGB (Red+Green+Blue) = 81+9+104=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #510968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510968 is #AEF697. Grayscale: #292929. Windows color (decimal): -11466392 or 6818129. OLE color: 6818129.

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

Color convert

RGB 81 9 104 -
CMYK 0.22 0.91 0 0.59
HSL 285.47º 0.84% 0.22% -
HSV(B) 285.47º 0.91% 0.41% -
XYZ 5.99 2.94 13.35 -
YUV 41.36 163.35 156.28 -
System Red Green Blue C M Y K H S L
Decimal 81 9 104 0.22 0.91 0 0.59 285.47 0.84 0.22
Hex 51 9 68 16 5B 0 3B 11D 54 16
Octal 121 11 150 26 133 0 73 435 124 26
Binary 1010001 1001 1101000 10110 1011011 0 111011 100011101 1010100 10110

Color Harmonies of #510968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510968

Black with #510968

Text Example


Text Example

White with #510968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510968; }

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

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

background-color css

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

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

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

border-color css

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

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

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