Html Css Color HEX #510568 Indigo

📋 copy color: '#510568'

red 81 ◦ green 5 ◦ blue 104

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

Shades of Indigo #510568

Tints of Indigo #510568

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.63%

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

R = 42.63%
G = 2.63%
B = 54.74%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#510568 (or 0x510568) is known color: Indigo. HEX triplet: 51, 05 and 68. RGB value is (81,5,104). Sum of RGB (Red+Green+Blue) = 81+5+104=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #510568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510568 is #AEFA97. Grayscale: #262626. Windows color (decimal): -11467416 or 6817105. OLE color: 6817105.

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

Color convert

RGB 81 5 104 -
CMYK 0.22 0.95 0 0.59
HSL 286.06º 0.91% 0.21% -
HSV(B) 286.06º 0.95% 0.41% -
XYZ 5.95 2.86 13.33 -
YUV 39.01 164.68 157.95 -
System Red Green Blue C M Y K H S L
Decimal 81 5 104 0.22 0.95 0 0.59 286.06 0.91 0.21
Hex 51 5 68 16 5F 0 3B 11E 5B 15
Octal 121 5 150 26 137 0 73 436 133 25
Binary 1010001 101 1101000 10110 1011111 0 111011 100011110 1011011 10101

Color Harmonies of #510568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510568

Black with #510568

Text Example


Text Example

White with #510568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510568; }

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

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

background-color css

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

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

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

border-color css

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

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

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