Html Css Color HEX #530696 Indigo

📋 copy color: '#530696'

red 83 ◦ green 6 ◦ blue 150

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

Shades of Indigo #530696

Tints of Indigo #530696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.51%

 BLUE value IS 150 (58.98% from 255) = 62.76%

R = 34.73%
G = 2.51%
B = 62.76%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#530696 (or 0x530696) is known color: Indigo. HEX triplet: 53, 06 and 96. RGB value is (83,6,150). Sum of RGB (Red+Green+Blue) = 83+6+150=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 150 (58.98% from 255 or 62.76% from 239); Max value from RGB is 150 - color contains mainly: blue. Hex color #530696 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530696 is #ACF969. Grayscale: #2C2C2C. Windows color (decimal): -11336042 or 9832019. OLE color: 9832019.

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

Color convert

RGB 83 6 150 -
CMYK 0.45 0.96 0 0.41
HSL 272.08º 0.92% 0.31% -
HSV(B) 272.08º 0.96% 0.59% -
XYZ 9.14 4.17 29.18 -
YUV 45.44 187.01 154.79 -
System Red Green Blue C M Y K H S L
Decimal 83 6 150 0.45 0.96 0 0.41 272.08 0.92 0.31
Hex 53 6 96 2D 60 0 29 110 5C 1F
Octal 123 6 226 55 140 0 51 420 134 37
Binary 1010011 110 10010110 101101 1100000 0 101001 100010000 1011100 11111

Color Harmonies of #530696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530696

Black with #530696

Text Example


Text Example

White with #530696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530696; }

 p { color: rgb(83,6,150); }

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

background-color css

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

 a { background-color: rgb(83,6,150); }

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

border-color css

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

 span { border-color: rgb(83,6,150); }

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