Html Css Color HEX #530464 Indigo

📋 copy color: '#530464'

red 83 ◦ green 4 ◦ blue 100

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

Shades of Indigo #530464

Tints of Indigo #530464

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.14%

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

R = 44.39%
G = 2.14%
B = 53.48%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#530464 (or 0x530464) is known color: Indigo. HEX triplet: 53, 04 and 64. RGB value is (83,4,100). Sum of RGB (Red+Green+Blue) = 83+4+100=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 100 (39.45% from 255 or 53.48% from 187); Max value from RGB is 100 - color contains mainly: blue. Hex color #530464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530464 is #ACFB9B. Grayscale: #262626. Windows color (decimal): -11336604 or 6554707. OLE color: 6554707.

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

Color convert

RGB 83 4 100 -
CMYK 0.17 0.96 0 0.61
HSL 289.38º 0.92% 0.2% -
HSV(B) 289.38º 0.96% 0.39% -
XYZ 5.91 2.85 12.29 -
YUV 38.57 162.67 159.69 -
System Red Green Blue C M Y K H S L
Decimal 83 4 100 0.17 0.96 0 0.61 289.38 0.92 0.2
Hex 53 4 64 11 60 0 3D 121 5C 14
Octal 123 4 144 21 140 0 75 441 134 24
Binary 1010011 100 1100100 10001 1100000 0 111101 100100001 1011100 10100

Color Harmonies of #530464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530464

Black with #530464

Text Example


Text Example

White with #530464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530464; }

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

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

background-color css

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

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

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

border-color css

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

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

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