Html Css Color HEX #530291 Indigo

📋 copy color: '#530291'

red 83 ◦ green 2 ◦ blue 145

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

Shades of Indigo #530291

Tints of Indigo #530291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 63.04%

R = 36.09%
G = 0.87%
B = 63.04%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#530291 (or 0x530291) is known color: Indigo. HEX triplet: 53, 02 and 91. RGB value is (83,2,145). Sum of RGB (Red+Green+Blue) = 83+2+145=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #530291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530291 is #ACFD6E. Grayscale: #2A2A2A. Windows color (decimal): -11337071 or 9503315. OLE color: 9503315.

HSL color Cylindrical-coordinate representation of color #530291: hue angle of 273.99º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530291 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 2 145 -
CMYK 0.43 0.99 0 0.43
HSL 273.99º 0.97% 0.29% -
HSV(B) 273.99º 0.99% 0.57% -
XYZ 8.7 3.93 27.09 -
YUV 42.52 185.84 156.87 -
System Red Green Blue C M Y K H S L
Decimal 83 2 145 0.43 0.99 0 0.43 273.99 0.97 0.29
Hex 53 2 91 2B 63 0 2B 112 61 1D
Octal 123 2 221 53 143 0 53 422 141 35
Binary 1010011 10 10010001 101011 1100011 0 101011 100010010 1100001 11101

Color Harmonies of #530291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530291

Black with #530291

Text Example


Text Example

White with #530291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530291; }

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

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

background-color css

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

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

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

border-color css

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

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

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