Html Css Color HEX #530793 Indigo

📋 copy color: '#530793'

red 83 ◦ green 7 ◦ blue 147

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

Shades of Indigo #530793

Tints of Indigo #530793

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.95%

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

R = 35.02%
G = 2.95%
B = 62.03%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#530793 (or 0x530793) is known color: Indigo. HEX triplet: 53, 07 and 93. RGB value is (83,7,147). Sum of RGB (Red+Green+Blue) = 83+7+147=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 147 (57.81% from 255 or 62.03% from 237); Max value from RGB is 147 - color contains mainly: blue. Hex color #530793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530793 is #ACF86C. Grayscale: #2D2D2D. Windows color (decimal): -11335789 or 9635667. OLE color: 9635667.

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

Color convert

RGB 83 7 147 -
CMYK 0.44 0.95 0 0.42
HSL 272.57º 0.91% 0.3% -
HSV(B) 272.57º 0.95% 0.58% -
XYZ 8.91 4.1 27.93 -
YUV 45.68 185.18 154.62 -
System Red Green Blue C M Y K H S L
Decimal 83 7 147 0.44 0.95 0 0.42 272.57 0.91 0.3
Hex 53 7 93 2C 5F 0 2A 111 5B 1E
Octal 123 7 223 54 137 0 52 421 133 36
Binary 1010011 111 10010011 101100 1011111 0 101010 100010001 1011011 11110

Color Harmonies of #530793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530793

Black with #530793

Text Example


Text Example

White with #530793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530793; }

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

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

background-color css

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

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

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

border-color css

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

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

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