Html Css Color HEX #530264 Indigo

📋 copy color: '#530264'

red 83 ◦ green 2 ◦ blue 100

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

Shades of Indigo #530264

Tints of Indigo #530264

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.08%

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

R = 44.86%
G = 1.08%
B = 54.05%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#530264 (or 0x530264) is known color: Indigo. HEX triplet: 53, 02 and 64. RGB value is (83,2,100). Sum of RGB (Red+Green+Blue) = 83+2+100=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 100 (39.45% from 255 or 54.05% from 185); Max value from RGB is 100 - color contains mainly: blue. Hex color #530264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530264 is #ACFD9B. Grayscale: #252525. Windows color (decimal): -11337116 or 6554195. OLE color: 6554195.

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

Color convert

RGB 83 2 100 -
CMYK 0.17 0.98 0 0.61
HSL 289.59º 0.96% 0.2% -
HSV(B) 289.59º 0.98% 0.39% -
XYZ 5.89 2.8 12.29 -
YUV 37.39 163.34 160.53 -
System Red Green Blue C M Y K H S L
Decimal 83 2 100 0.17 0.98 0 0.61 289.59 0.96 0.2
Hex 53 2 64 11 62 0 3D 122 60 14
Octal 123 2 144 21 142 0 75 442 140 24
Binary 1010011 10 1100100 10001 1100010 0 111101 100100010 1100000 10100

Color Harmonies of #530264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530264

Black with #530264

Text Example


Text Example

White with #530264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530264; }

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

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

background-color css

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

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

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

border-color css

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

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

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