Html Css Color HEX #530293 Indigo

📋 copy color: '#530293'

red 83 ◦ green 2 ◦ blue 147

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

Shades of Indigo #530293

Tints of Indigo #530293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 63.36%

R = 35.78%
G = 0.86%
B = 63.36%

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

#530293 (or 0x530293) is known color: Indigo. HEX triplet: 53, 02 and 93. RGB value is (83,2,147). Sum of RGB (Red+Green+Blue) = 83+2+147=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 147 (57.81% from 255 or 63.36% from 232); Max value from RGB is 147 - color contains mainly: blue. Hex color #530293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530293 is #ACFD6C. Grayscale: #2A2A2A. Windows color (decimal): -11337069 or 9634387. OLE color: 9634387.

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

Color convert

RGB 83 2 147 -
CMYK 0.44 0.99 0 0.42
HSL 273.52º 0.97% 0.29% -
HSV(B) 273.52º 0.99% 0.58% -
XYZ 8.86 3.99 27.91 -
YUV 42.75 186.84 156.71 -
System Red Green Blue C M Y K H S L
Decimal 83 2 147 0.44 0.99 0 0.42 273.52 0.97 0.29
Hex 53 2 93 2C 63 0 2A 112 61 1D
Octal 123 2 223 54 143 0 52 422 141 35
Binary 1010011 10 10010011 101100 1100011 0 101010 100010010 1100001 11101

Color Harmonies of #530293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530293

Black with #530293

Text Example


Text Example

White with #530293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530293; }

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

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

background-color css

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

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

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

border-color css

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

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

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