Html Css Color HEX #510268 Indigo

📋 copy color: '#510268'

red 81 ◦ green 2 ◦ blue 104

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

Shades of Indigo #510268

Tints of Indigo #510268

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.07%

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

R = 43.32%
G = 1.07%
B = 55.61%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#510268 (or 0x510268) is known color: Indigo. HEX triplet: 51, 02 and 68. RGB value is (81,2,104). Sum of RGB (Red+Green+Blue) = 81+2+104=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #510268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510268 is #AEFD97. Grayscale: #242424. Windows color (decimal): -11468184 or 6816337. OLE color: 6816337.

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

Color convert

RGB 81 2 104 -
CMYK 0.22 0.98 0 0.59
HSL 286.47º 0.96% 0.21% -
HSV(B) 286.47º 0.98% 0.41% -
XYZ 5.91 2.79 13.32 -
YUV 37.25 165.67 159.21 -
System Red Green Blue C M Y K H S L
Decimal 81 2 104 0.22 0.98 0 0.59 286.47 0.96 0.21
Hex 51 2 68 16 62 0 3B 11E 60 15
Octal 121 2 150 26 142 0 73 436 140 25
Binary 1010001 10 1101000 10110 1100010 0 111011 100011110 1100000 10101

Color Harmonies of #510268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510268

Black with #510268

Text Example


Text Example

White with #510268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510268; }

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

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

background-color css

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

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

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

border-color css

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

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

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