Html Css Color HEX #510967 Indigo

📋 copy color: '#510967'

red 81 ◦ green 9 ◦ blue 103

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

Shades of Indigo #510967

Tints of Indigo #510967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 53.37%

R = 41.97%
G = 4.66%
B = 53.37%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#510967 (or 0x510967) is known color: Indigo. HEX triplet: 51, 09 and 67. RGB value is (81,9,103). Sum of RGB (Red+Green+Blue) = 81+9+103=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #510967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510967 is #AEF698. Grayscale: #282828. Windows color (decimal): -11466393 or 6752593. OLE color: 6752593.

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

Color convert

RGB 81 9 103 -
CMYK 0.21 0.91 0 0.60
HSL 285.96º 0.84% 0.22% -
HSV(B) 285.96º 0.91% 0.4% -
XYZ 5.94 2.92 13.08 -
YUV 41.24 162.85 156.36 -
System Red Green Blue C M Y K H S L
Decimal 81 9 103 0.21 0.91 0 0.60 285.96 0.84 0.22
Hex 51 9 67 15 5B 0 3C 11E 54 16
Octal 121 11 147 25 133 0 74 436 124 26
Binary 1010001 1001 1100111 10101 1011011 0 111100 100011110 1010100 10110

Color Harmonies of #510967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510967

Black with #510967

Text Example


Text Example

White with #510967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510967; }

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

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

background-color css

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

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

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

border-color css

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

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

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