Html Css Color HEX #530190 Indigo

📋 copy color: '#530190'

red 83 ◦ green 1 ◦ blue 144

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

Shades of Indigo #530190

Tints of Indigo #530190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 144 (56.64% from 255) = 63.16%

R = 36.4%
G = 0.44%
B = 63.16%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#530190 (or 0x530190) is known color: Indigo. HEX triplet: 53, 01 and 90. RGB value is (83,1,144). Sum of RGB (Red+Green+Blue) = 83+1+144=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #530190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530190 is #ACFE6F. Grayscale: #292929. Windows color (decimal): -11337328 or 9437523. OLE color: 9437523.

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

Color convert

RGB 83 1 144 -
CMYK 0.42 0.99 0 0.44
HSL 274.41º 0.99% 0.28% -
HSV(B) 274.41º 0.99% 0.56% -
XYZ 8.61 3.87 26.68 -
YUV 41.82 185.67 157.37 -
System Red Green Blue C M Y K H S L
Decimal 83 1 144 0.42 0.99 0 0.44 274.41 0.99 0.28
Hex 53 1 90 2A 63 0 2C 112 63 1C
Octal 123 1 220 52 143 0 54 422 143 34
Binary 1010011 1 10010000 101010 1100011 0 101100 100010010 1100011 11100

Color Harmonies of #530190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530190

Black with #530190

Text Example


Text Example

White with #530190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530190; }

 p { color: rgb(83,1,144); }

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

background-color css

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

 a { background-color: rgb(83,1,144); }

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

border-color css

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

 span { border-color: rgb(83,1,144); }

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