Html Css Color HEX #530564 Indigo

📋 copy color: '#530564'

red 83 ◦ green 5 ◦ blue 100

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

Shades of Indigo #530564

Tints of Indigo #530564

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.66%

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

R = 44.15%
G = 2.66%
B = 53.19%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#530564 (or 0x530564) is known color: Indigo. HEX triplet: 53, 05 and 64. RGB value is (83,5,100). Sum of RGB (Red+Green+Blue) = 83+5+100=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 100 (39.45% from 255 or 53.19% from 188); Max value from RGB is 100 - color contains mainly: blue. Hex color #530564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530564 is #ACFA9B. Grayscale: #262626. Windows color (decimal): -11336348 or 6554963. OLE color: 6554963.

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

Color convert

RGB 83 5 100 -
CMYK 0.17 0.95 0 0.61
HSL 289.26º 0.9% 0.21% -
HSV(B) 289.26º 0.95% 0.39% -
XYZ 5.92 2.87 12.3 -
YUV 39.15 162.34 159.28 -
System Red Green Blue C M Y K H S L
Decimal 83 5 100 0.17 0.95 0 0.61 289.26 0.9 0.21
Hex 53 5 64 11 5F 0 3D 121 5A 15
Octal 123 5 144 21 137 0 75 441 132 25
Binary 1010011 101 1100100 10001 1011111 0 111101 100100001 1011010 10101

Color Harmonies of #530564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530564

Black with #530564

Text Example


Text Example

White with #530564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530564; }

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

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

background-color css

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

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

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

border-color css

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

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

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