Html Css Color HEX #53028B Indigo

📋 copy color: '#53028B'

red 83 ◦ green 2 ◦ blue 139

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

Shades of Indigo #53028B

Tints of Indigo #53028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 62.05%

R = 37.05%
G = 0.89%
B = 62.05%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53028B (or 0x53028B) is known color: Indigo. HEX triplet: 53, 02 and 8B. RGB value is (83,2,139). Sum of RGB (Red+Green+Blue) = 83+2+139=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #53028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53028B is #ACFD74. Grayscale: #292929. Windows color (decimal): -11337077 or 9110099. OLE color: 9110099.

HSL color Cylindrical-coordinate representation of color #53028B: hue angle of 275.47º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53028B is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 2 139 -
CMYK 0.40 0.99 0 0.45
HSL 275.47º 0.97% 0.28% -
HSV(B) 275.47º 0.99% 0.55% -
XYZ 8.25 3.75 24.71 -
YUV 41.84 182.84 157.36 -
System Red Green Blue C M Y K H S L
Decimal 83 2 139 0.40 0.99 0 0.45 275.47 0.97 0.28
Hex 53 2 8B 28 63 0 2D 113 61 1C
Octal 123 2 213 50 143 0 55 423 141 34
Binary 1010011 10 10001011 101000 1100011 0 101101 100010011 1100001 11100

Color Harmonies of #53028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53028B

Black with #53028B

Text Example


Text Example

White with #53028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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