Html Css Color HEX #53026F Indigo

📋 copy color: '#53026F'

red 83 ◦ green 2 ◦ blue 111

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

Shades of Indigo #53026F

Tints of Indigo #53026F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 56.63%

R = 42.35%
G = 1.02%
B = 56.63%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#53026F (or 0x53026F) is known color: Indigo. HEX triplet: 53, 02 and 6F. RGB value is (83,2,111). Sum of RGB (Red+Green+Blue) = 83+2+111=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 111 (43.75% from 255 or 56.63% from 196); Max value from RGB is 111 - color contains mainly: blue. Hex color #53026F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53026F is #ACFD90. Grayscale: #262626. Windows color (decimal): -11337105 or 7275091. OLE color: 7275091.

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

Color convert

RGB 83 2 111 -
CMYK 0.25 0.98 0 0.56
HSL 284.59º 0.96% 0.22% -
HSV(B) 284.59º 0.98% 0.44% -
XYZ 6.46 3.03 15.28 -
YUV 38.65 168.84 159.64 -
System Red Green Blue C M Y K H S L
Decimal 83 2 111 0.25 0.98 0 0.56 284.59 0.96 0.22
Hex 53 2 6F 19 62 0 38 11D 60 16
Octal 123 2 157 31 142 0 70 435 140 26
Binary 1010011 10 1101111 11001 1100010 0 111000 100011101 1100000 10110

Color Harmonies of #53026F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53026F

Black with #53026F

Text Example


Text Example

White with #53026F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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