Html Css Color HEX #530394 Indigo

📋 copy color: '#530394'

red 83 ◦ green 3 ◦ blue 148

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

Shades of Indigo #530394

Tints of Indigo #530394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

 BLUE value IS 148 (58.2% from 255) = 63.25%

R = 35.47%
G = 1.28%
B = 63.25%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#530394 (or 0x530394) is known color: Indigo. HEX triplet: 53, 03 and 94. RGB value is (83,3,148). Sum of RGB (Red+Green+Blue) = 83+3+148=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 148 (58.20% from 255 or 63.25% from 234); Max value from RGB is 148 - color contains mainly: blue. Hex color #530394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530394 is #ACFC6B. Grayscale: #2A2A2A. Windows color (decimal): -11336812 or 9700179. OLE color: 9700179.

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

Color convert

RGB 83 3 148 -
CMYK 0.44 0.98 0 0.42
HSL 273.1º 0.96% 0.3% -
HSV(B) 273.1º 0.98% 0.58% -
XYZ 8.95 4.04 28.33 -
YUV 43.45 187 156.21 -
System Red Green Blue C M Y K H S L
Decimal 83 3 148 0.44 0.98 0 0.42 273.1 0.96 0.3
Hex 53 3 94 2C 62 0 2A 111 60 1E
Octal 123 3 224 54 142 0 52 421 140 36
Binary 1010011 11 10010100 101100 1100010 0 101010 100010001 1100000 11110

Color Harmonies of #530394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530394

Black with #530394

Text Example


Text Example

White with #530394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530394; }

 p { color: rgb(83,3,148); }

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

background-color css

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

 a { background-color: rgb(83,3,148); }

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

border-color css

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

 span { border-color: rgb(83,3,148); }

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