Html Css Color HEX #530093 Indigo

📋 copy color: '#530093'

red 83 ◦ green 0 ◦ blue 147

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

Shades of Indigo #530093

Tints of Indigo #530093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.09%
G = 0%
B = 63.91%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#530093 (or 0x530093) is known color: Indigo. HEX triplet: 53, 00 and 93. RGB value is (83,0,147). Sum of RGB (Red+Green+Blue) = 83+0+147=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 147 (57.81% from 255 or 63.91% from 230); Max value from RGB is 147 - color contains mainly: blue. Hex color #530093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530093 is #ACFF6C. Grayscale: #292929. Windows color (decimal): -11337581 or 9633875. OLE color: 9633875.

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

Color convert

RGB 83 0 147 -
CMYK 0.44 1 0 0.42
HSL 273.88º 1% 0.29% -
HSV(B) 273.88º 1% 0.58% -
XYZ 8.83 3.95 27.9 -
YUV 41.58 187.5 157.55 -
System Red Green Blue C M Y K H S L
Decimal 83 0 147 0.44 1 0 0.42 273.88 1 0.29
Hex 53 0 93 2C 64 0 2A 112 64 1D
Octal 123 0 223 54 144 0 52 422 144 35
Binary 1010011 0 10010011 101100 1100100 0 101010 100010010 1100100 11101

Color Harmonies of #530093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530093

Black with #530093

Text Example


Text Example

White with #530093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530093; }

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

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

background-color css

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

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

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

border-color css

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

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

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