Html Css Color HEX #530684 Indigo

📋 copy color: '#530684'

red 83 ◦ green 6 ◦ blue 132

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

Shades of Indigo #530684

Tints of Indigo #530684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 59.73%

R = 37.56%
G = 2.71%
B = 59.73%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#530684 (or 0x530684) is known color: Indigo. HEX triplet: 53, 06 and 84. RGB value is (83,6,132). Sum of RGB (Red+Green+Blue) = 83+6+132=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 132 (51.95% from 255 or 59.73% from 221); Max value from RGB is 132 - color contains mainly: blue. Hex color #530684 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530684 is #ACF97B. Grayscale: #2A2A2A. Windows color (decimal): -11336060 or 8652371. OLE color: 8652371.

HSL color Cylindrical-coordinate representation of color #530684: hue angle of 276.67º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530684 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 6 132 -
CMYK 0.37 0.95 0 0.48
HSL 276.67º 0.91% 0.27% -
HSV(B) 276.67º 0.95% 0.52% -
XYZ 7.8 3.64 22.12 -
YUV 43.39 178.01 156.25 -
System Red Green Blue C M Y K H S L
Decimal 83 6 132 0.37 0.95 0 0.48 276.67 0.91 0.27
Hex 53 6 84 25 5F 0 30 115 5B 1B
Octal 123 6 204 45 137 0 60 425 133 33
Binary 1010011 110 10000100 100101 1011111 0 110000 100010101 1011011 11011

Color Harmonies of #530684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530684

Black with #530684

Text Example


Text Example

White with #530684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530684; }

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

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

background-color css

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

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

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

border-color css

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

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

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