Html Css Color HEX #530699 Indigo

📋 copy color: '#530699'

red 83 ◦ green 6 ◦ blue 153

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

Shades of Indigo #530699

Tints of Indigo #530699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 63.22%

R = 34.3%
G = 2.48%
B = 63.22%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#530699 (or 0x530699) is known color: Indigo. HEX triplet: 53, 06 and 99. RGB value is (83,6,153). Sum of RGB (Red+Green+Blue) = 83+6+153=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #530699 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530699 is #ACF966. Grayscale: #2D2D2D. Windows color (decimal): -11336039 or 10028627. OLE color: 10028627.

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

Color convert

RGB 83 6 153 -
CMYK 0.46 0.96 0 0.4
HSL 271.43º 0.92% 0.31% -
HSV(B) 271.43º 0.96% 0.6% -
XYZ 9.38 4.27 30.47 -
YUV 45.78 188.51 154.55 -
System Red Green Blue C M Y K H S L
Decimal 83 6 153 0.46 0.96 0 0.4 271.43 0.92 0.31
Hex 53 6 99 2E 60 0 28 10F 5C 1F
Octal 123 6 231 56 140 0 50 417 134 37
Binary 1010011 110 10011001 101110 1100000 0 101000 100001111 1011100 11111

Color Harmonies of #530699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530699

Black with #530699

Text Example


Text Example

White with #530699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530699; }

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

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

background-color css

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

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

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

border-color css

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

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

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