Html Css Color HEX #530261 Indigo

📋 copy color: '#530261'

red 83 ◦ green 2 ◦ blue 97

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

Shades of Indigo #530261

Tints of Indigo #530261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 53.3%

R = 45.6%
G = 1.1%
B = 53.3%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#530261 (or 0x530261) is known color: Indigo. HEX triplet: 53, 02 and 61. RGB value is (83,2,97). Sum of RGB (Red+Green+Blue) = 83+2+97=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #530261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530261 is #ACFD9E. Grayscale: #242424. Windows color (decimal): -11337119 or 6357587. OLE color: 6357587.

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

Color convert

RGB 83 2 97 -
CMYK 0.14 0.98 0 0.62
HSL 291.16º 0.96% 0.19% -
HSV(B) 291.16º 0.98% 0.38% -
XYZ 5.75 2.75 11.54 -
YUV 37.05 161.84 160.78 -
System Red Green Blue C M Y K H S L
Decimal 83 2 97 0.14 0.98 0 0.62 291.16 0.96 0.19
Hex 53 2 61 E 62 0 3E 123 60 13
Octal 123 2 141 16 142 0 76 443 140 23
Binary 1010011 10 1100001 1110 1100010 0 111110 100100011 1100000 10011

Color Harmonies of #530261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530261

Black with #530261

Text Example


Text Example

White with #530261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530261; }

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

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

background-color css

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

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

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

border-color css

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

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

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