Html Css Color HEX #530786 Indigo

📋 copy color: '#530786'

red 83 ◦ green 7 ◦ blue 134

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

Shades of Indigo #530786

Tints of Indigo #530786

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.13%

 BLUE value IS 134 (52.73% from 255) = 59.82%

R = 37.05%
G = 3.13%
B = 59.82%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#530786 (or 0x530786) is known color: Indigo. HEX triplet: 53, 07 and 86. RGB value is (83,7,134). Sum of RGB (Red+Green+Blue) = 83+7+134=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 134 (52.73% from 255 or 59.82% from 224); Max value from RGB is 134 - color contains mainly: blue. Hex color #530786 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530786 is #ACF879. Grayscale: #2B2B2B. Windows color (decimal): -11335802 or 8783699. OLE color: 8783699.

HSL color Cylindrical-coordinate representation of color #530786: hue angle of 275.91º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530786 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 7 134 -
CMYK 0.38 0.95 0 0.47
HSL 275.91º 0.9% 0.28% -
HSV(B) 275.91º 0.95% 0.53% -
XYZ 7.95 3.71 22.85 -
YUV 44.2 178.68 155.67 -
System Red Green Blue C M Y K H S L
Decimal 83 7 134 0.38 0.95 0 0.47 275.91 0.9 0.28
Hex 53 7 86 26 5F 0 2F 114 5A 1C
Octal 123 7 206 46 137 0 57 424 132 34
Binary 1010011 111 10000110 100110 1011111 0 101111 100010100 1011010 11100

Color Harmonies of #530786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530786

Black with #530786

Text Example


Text Example

White with #530786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530786; }

 p { color: rgb(83,7,134); }

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

background-color css

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

 a { background-color: rgb(83,7,134); }

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

border-color css

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

 span { border-color: rgb(83,7,134); }

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