Html Css Color HEX #530097 Indigo

📋 copy color: '#530097'

red 83 ◦ green 0 ◦ blue 151

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

Shades of Indigo #530097

Tints of Indigo #530097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 64.53%

R = 35.47%
G = 0%
B = 64.53%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#530097 (or 0x530097) is known color: Indigo. HEX triplet: 53, 00 and 97. RGB value is (83,0,151). Sum of RGB (Red+Green+Blue) = 83+0+151=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 151 (59.38% from 255 or 64.53% from 234); Max value from RGB is 151 - color contains mainly: blue. Hex color #530097 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530097 is #ACFF68. Grayscale: #292929. Windows color (decimal): -11337577 or 9896019. OLE color: 9896019.

HSL color Cylindrical-coordinate representation of color #530097: hue angle of 272.98º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530097 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 0 151 -
CMYK 0.45 1 0 0.41
HSL 272.98º 1% 0.3% -
HSV(B) 272.98º 1% 0.59% -
XYZ 9.15 4.07 29.58 -
YUV 42.03 189.5 157.22 -
System Red Green Blue C M Y K H S L
Decimal 83 0 151 0.45 1 0 0.41 272.98 1 0.3
Hex 53 0 97 2D 64 0 29 111 64 1E
Octal 123 0 227 55 144 0 51 421 144 36
Binary 1010011 0 10010111 101101 1100100 0 101001 100010001 1100100 11110

Color Harmonies of #530097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530097

Black with #530097

Text Example


Text Example

White with #530097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530097; }

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

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

background-color css

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

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

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

border-color css

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

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

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