Html Css Color HEX #510368 Indigo

📋 copy color: '#510368'

red 81 ◦ green 3 ◦ blue 104

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

Shades of Indigo #510368

Tints of Indigo #510368

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

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

R = 43.09%
G = 1.6%
B = 55.32%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#510368 (or 0x510368) is known color: Indigo. HEX triplet: 51, 03 and 68. RGB value is (81,3,104). Sum of RGB (Red+Green+Blue) = 81+3+104=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #510368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510368 is #AEFC97. Grayscale: #252525. Windows color (decimal): -11467928 or 6816593. OLE color: 6816593.

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

Color convert

RGB 81 3 104 -
CMYK 0.22 0.97 0 0.59
HSL 286.34º 0.94% 0.21% -
HSV(B) 286.34º 0.97% 0.41% -
XYZ 5.92 2.81 13.33 -
YUV 37.84 165.34 158.79 -
System Red Green Blue C M Y K H S L
Decimal 81 3 104 0.22 0.97 0 0.59 286.34 0.94 0.21
Hex 51 3 68 16 61 0 3B 11E 5E 15
Octal 121 3 150 26 141 0 73 436 136 25
Binary 1010001 11 1101000 10110 1100001 0 111011 100011110 1011110 10101

Color Harmonies of #510368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510368

Black with #510368

Text Example


Text Example

White with #510368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510368; }

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

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

background-color css

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

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

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

border-color css

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

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

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