Html Css Color HEX #530295 Indigo

📋 copy color: '#530295'

red 83 ◦ green 2 ◦ blue 149

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

Shades of Indigo #530295

Tints of Indigo #530295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 63.68%

R = 35.47%
G = 0.85%
B = 63.68%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#530295 (or 0x530295) is known color: Indigo. HEX triplet: 53, 02 and 95. RGB value is (83,2,149). Sum of RGB (Red+Green+Blue) = 83+2+149=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #530295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530295 is #ACFD6A. Grayscale: #2A2A2A. Windows color (decimal): -11337067 or 9765459. OLE color: 9765459.

HSL color Cylindrical-coordinate representation of color #530295: hue angle of 273.06º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530295 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 2 149 -
CMYK 0.44 0.99 0 0.42
HSL 273.06º 0.97% 0.3% -
HSV(B) 273.06º 0.99% 0.58% -
XYZ 9.01 4.05 28.74 -
YUV 42.98 187.84 156.55 -
System Red Green Blue C M Y K H S L
Decimal 83 2 149 0.44 0.99 0 0.42 273.06 0.97 0.3
Hex 53 2 95 2C 63 0 2A 111 61 1E
Octal 123 2 225 54 143 0 52 421 141 36
Binary 1010011 10 10010101 101100 1100011 0 101010 100010001 1100001 11110

Color Harmonies of #530295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530295

Black with #530295

Text Example


Text Example

White with #530295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530295; }

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

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

background-color css

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

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

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

border-color css

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

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

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