Html Css Color HEX #530072 Indigo

📋 copy color: '#530072'

red 83 ◦ green 0 ◦ blue 114

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

Shades of Indigo #530072

Tints of Indigo #530072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 57.87%

R = 42.13%
G = 0%
B = 57.87%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#530072 (or 0x530072) is known color: Indigo. HEX triplet: 53, 00 and 72. RGB value is (83,0,114). Sum of RGB (Red+Green+Blue) = 83+0+114=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #530072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530072 is #ACFF8D. Grayscale: #252525. Windows color (decimal): -11337614 or 7471187. OLE color: 7471187.

HSL color Cylindrical-coordinate representation of color #530072: hue angle of 283.68º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530072 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 0 114 -
CMYK 0.27 1 0 0.55
HSL 283.68º 1% 0.22% -
HSV(B) 283.68º 1% 0.45% -
XYZ 6.6 3.05 16.16 -
YUV 37.81 171 160.23 -
System Red Green Blue C M Y K H S L
Decimal 83 0 114 0.27 1 0 0.55 283.68 1 0.22
Hex 53 0 72 1B 64 0 37 11C 64 16
Octal 123 0 162 33 144 0 67 434 144 26
Binary 1010011 0 1110010 11011 1100100 0 110111 100011100 1100100 10110

Color Harmonies of #530072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530072

Black with #530072

Text Example


Text Example

White with #530072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530072; }

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

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

background-color css

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

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

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

border-color css

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

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

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