Html Css Color HEX #530360 Indigo

📋 copy color: '#530360'

red 83 ◦ green 3 ◦ blue 96

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

Shades of Indigo #530360

Tints of Indigo #530360

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.65%

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

R = 45.6%
G = 1.65%
B = 52.75%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#530360 (or 0x530360) is known color: Indigo. HEX triplet: 53, 03 and 60. RGB value is (83,3,96). Sum of RGB (Red+Green+Blue) = 83+3+96=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #530360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530360 is #ACFC9F. Grayscale: #252525. Windows color (decimal): -11336864 or 6292307. OLE color: 6292307.

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

Color convert

RGB 83 3 96 -
CMYK 0.14 0.97 0 0.62
HSL 291.61º 0.94% 0.19% -
HSV(B) 291.61º 0.97% 0.38% -
XYZ 5.71 2.75 11.3 -
YUV 37.52 161 160.44 -
System Red Green Blue C M Y K H S L
Decimal 83 3 96 0.14 0.97 0 0.62 291.61 0.94 0.19
Hex 53 3 60 E 61 0 3E 124 5E 13
Octal 123 3 140 16 141 0 76 444 136 23
Binary 1010011 11 1100000 1110 1100001 0 111110 100100100 1011110 10011

Color Harmonies of #530360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530360

Black with #530360

Text Example


Text Example

White with #530360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530360; }

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

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

background-color css

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

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

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

border-color css

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

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

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