Html Css Color HEX #530B72 Indigo

📋 copy color: '#530B72'

red 83 ◦ green 11 ◦ blue 114

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

Shades of Indigo #530B72

Tints of Indigo #530B72

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.29%

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

R = 39.9%
G = 5.29%
B = 54.81%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#530B72 (or 0x530B72) is known color: Indigo. HEX triplet: 53, 0B and 72. RGB value is (83,11,114). Sum of RGB (Red+Green+Blue) = 83+11+114=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 11 (4.69% from 255 or 5.29% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #530B72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530B72 is #ACF48D. Grayscale: #2B2B2B. Windows color (decimal): -11334798 or 7474003. OLE color: 7474003.

HSL color Cylindrical-coordinate representation of color #530B72: hue angle of 281.94º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530B72 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 11 114 -
CMYK 0.27 0.90 0 0.55
HSL 281.94º 0.82% 0.25% -
HSV(B) 281.94º 0.9% 0.45% -
XYZ 6.72 3.29 16.2 -
YUV 44.27 167.35 155.62 -
System Red Green Blue C M Y K H S L
Decimal 83 11 114 0.27 0.90 0 0.55 281.94 0.82 0.25
Hex 53 B 72 1B 5A 0 37 11A 52 19
Octal 123 13 162 33 132 0 67 432 122 31
Binary 1010011 1011 1110010 11011 1011010 0 110111 100011010 1010010 11001

Color Harmonies of #530B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530B72

Black with #530B72

Text Example


Text Example

White with #530B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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