Html Css Color HEX #530460 Indigo

📋 copy color: '#530460'

red 83 ◦ green 4 ◦ blue 96

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

Shades of Indigo #530460

Tints of Indigo #530460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 52.46%

R = 45.36%
G = 2.19%
B = 52.46%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#530460 (or 0x530460) is known color: Indigo. HEX triplet: 53, 04 and 60. RGB value is (83,4,96). Sum of RGB (Red+Green+Blue) = 83+4+96=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #530460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530460 is #ACFB9F. Grayscale: #252525. Windows color (decimal): -11336608 or 6292563. OLE color: 6292563.

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

Color convert

RGB 83 4 96 -
CMYK 0.14 0.96 0 0.62
HSL 291.52º 0.92% 0.2% -
HSV(B) 291.52º 0.96% 0.38% -
XYZ 5.72 2.77 11.3 -
YUV 38.11 160.67 160.02 -
System Red Green Blue C M Y K H S L
Decimal 83 4 96 0.14 0.96 0 0.62 291.52 0.92 0.2
Hex 53 4 60 E 60 0 3E 124 5C 14
Octal 123 4 140 16 140 0 76 444 134 24
Binary 1010011 100 1100000 1110 1100000 0 111110 100100100 1011100 10100

Color Harmonies of #530460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530460

Black with #530460

Text Example


Text Example

White with #530460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530460; }

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

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

background-color css

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

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

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

border-color css

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

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

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