Html Css Color HEX #51026C Indigo

📋 copy color: '#51026C'

red 81 ◦ green 2 ◦ blue 108

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

Shades of Indigo #51026C

Tints of Indigo #51026C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 56.54%

R = 42.41%
G = 1.05%
B = 56.54%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#51026C (or 0x51026C) is known color: Indigo. HEX triplet: 51, 02 and 6C. RGB value is (81,2,108). Sum of RGB (Red+Green+Blue) = 81+2+108=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #51026C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51026C is #AEFD93. Grayscale: #252525. Windows color (decimal): -11468180 or 7078481. OLE color: 7078481.

HSL color Cylindrical-coordinate representation of color #51026C: hue angle of 284.72º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #51026C is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 2 108 -
CMYK 0.25 0.98 0 0.58
HSL 284.72º 0.96% 0.22% -
HSV(B) 284.72º 0.98% 0.42% -
XYZ 6.12 2.88 14.42 -
YUV 37.71 167.67 158.88 -
System Red Green Blue C M Y K H S L
Decimal 81 2 108 0.25 0.98 0 0.58 284.72 0.96 0.22
Hex 51 2 6C 19 62 0 3A 11D 60 16
Octal 121 2 154 31 142 0 72 435 140 26
Binary 1010001 10 1101100 11001 1100010 0 111010 100011101 1100000 10110

Color Harmonies of #51026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51026C

Black with #51026C

Text Example


Text Example

White with #51026C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51026C; }

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

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

background-color css

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

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

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

border-color css

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

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

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