Html Css Color HEX #53026B Indigo

📋 copy color: '#53026B'

red 83 ◦ green 2 ◦ blue 107

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

Shades of Indigo #53026B

Tints of Indigo #53026B

RGB

 RED value IS 83 (32.81% from 255) = 43.23%

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

 BLUE value IS 107 (42.19% from 255) = 55.73%

R = 43.23%
G = 1.04%
B = 55.73%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53026B (or 0x53026B) is known color: Indigo. HEX triplet: 53, 02 and 6B. RGB value is (83,2,107). Sum of RGB (Red+Green+Blue) = 83+2+107=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 107 (42.19% from 255 or 55.73% from 192); Max value from RGB is 107 - color contains mainly: blue. Hex color #53026B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53026B is #ACFD94. Grayscale: #252525. Windows color (decimal): -11337109 or 7012947. OLE color: 7012947.

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

Color convert

RGB 83 2 107 -
CMYK 0.22 0.98 0 0.58
HSL 286.29º 0.96% 0.21% -
HSV(B) 286.29º 0.98% 0.42% -
XYZ 6.24 2.94 14.15 -
YUV 38.19 166.84 159.96 -
System Red Green Blue C M Y K H S L
Decimal 83 2 107 0.22 0.98 0 0.58 286.29 0.96 0.21
Hex 53 2 6B 16 62 0 3A 11E 60 15
Octal 123 2 153 26 142 0 72 436 140 25
Binary 1010011 10 1101011 10110 1100010 0 111010 100011110 1100000 10101

Color Harmonies of #53026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53026B

Black with #53026B

Text Example


Text Example

White with #53026B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53026B; }

 p { color: rgb(83,2,107); }

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

background-color css

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

 a { background-color: rgb(83,2,107); }

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

border-color css

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

 span { border-color: rgb(83,2,107); }

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