Html Css Color HEX #530164 Indigo

📋 copy color: '#530164'

red 83 ◦ green 1 ◦ blue 100

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

Shades of Indigo #530164

Tints of Indigo #530164

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

 BLUE value IS 100 (39.45% from 255) = 54.35%

R = 45.11%
G = 0.54%
B = 54.35%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#530164 (or 0x530164) is known color: Indigo. HEX triplet: 53, 01 and 64. RGB value is (83,1,100). Sum of RGB (Red+Green+Blue) = 83+1+100=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 100 (39.45% from 255 or 54.35% from 184); Max value from RGB is 100 - color contains mainly: blue. Hex color #530164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530164 is #ACFE9B. Grayscale: #242424. Windows color (decimal): -11337372 or 6553939. OLE color: 6553939.

HSL color Cylindrical-coordinate representation of color #530164: hue angle of 289.7º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530164 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 1 100 -
CMYK 0.17 0.99 0 0.61
HSL 289.7º 0.98% 0.2% -
HSV(B) 289.7º 0.99% 0.39% -
XYZ 5.88 2.78 12.28 -
YUV 36.8 163.67 160.95 -
System Red Green Blue C M Y K H S L
Decimal 83 1 100 0.17 0.99 0 0.61 289.7 0.98 0.2
Hex 53 1 64 11 63 0 3D 122 62 14
Octal 123 1 144 21 143 0 75 442 142 24
Binary 1010011 1 1100100 10001 1100011 0 111101 100100010 1100010 10100

Color Harmonies of #530164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530164

Black with #530164

Text Example


Text Example

White with #530164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530164; }

 p { color: rgb(83,1,100); }

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

background-color css

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

 a { background-color: rgb(83,1,100); }

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

border-color css

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

 span { border-color: rgb(83,1,100); }

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