Html Css Color HEX #53006F Indigo

📋 copy color: '#53006F'

red 83 ◦ green 0 ◦ blue 111

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

Shades of Indigo #53006F

Tints of Indigo #53006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.78%
G = 0%
B = 57.22%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#53006F (or 0x53006F) is known color: Indigo. HEX triplet: 53, 00 and 6F. RGB value is (83,0,111). Sum of RGB (Red+Green+Blue) = 83+0+111=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 111 (43.75% from 255 or 57.22% from 194); Max value from RGB is 111 - color contains mainly: blue. Hex color #53006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53006F is #ACFF90. Grayscale: #252525. Windows color (decimal): -11337617 or 7274579. OLE color: 7274579.

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

Color convert

RGB 83 0 111 -
CMYK 0.25 1 0 0.56
HSL 284.86º 1% 0.22% -
HSV(B) 284.86º 1% 0.44% -
XYZ 6.44 2.99 15.28 -
YUV 37.47 169.5 160.47 -
System Red Green Blue C M Y K H S L
Decimal 83 0 111 0.25 1 0 0.56 284.86 1 0.22
Hex 53 0 6F 19 64 0 38 11D 64 16
Octal 123 0 157 31 144 0 70 435 144 26
Binary 1010011 0 1101111 11001 1100100 0 111000 100011101 1100100 10110

Color Harmonies of #53006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53006F

Black with #53006F

Text Example


Text Example

White with #53006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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