Html Css Color HEX #530678 Indigo

📋 copy color: '#530678'

red 83 ◦ green 6 ◦ blue 120

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

Shades of Indigo #530678

Tints of Indigo #530678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 57.42%

R = 39.71%
G = 2.87%
B = 57.42%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#530678 (or 0x530678) is known color: Indigo. HEX triplet: 53, 06 and 78. RGB value is (83,6,120). Sum of RGB (Red+Green+Blue) = 83+6+120=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #530678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530678 is #ACF987. Grayscale: #292929. Windows color (decimal): -11336072 or 7865939. OLE color: 7865939.

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

Color convert

RGB 83 6 120 -
CMYK 0.31 0.95 0 0.53
HSL 280.53º 0.9% 0.25% -
HSV(B) 280.53º 0.95% 0.47% -
XYZ 7.02 3.33 18.04 -
YUV 42.02 172.01 157.23 -
System Red Green Blue C M Y K H S L
Decimal 83 6 120 0.31 0.95 0 0.53 280.53 0.9 0.25
Hex 53 6 78 1F 5F 0 35 119 5A 19
Octal 123 6 170 37 137 0 65 431 132 31
Binary 1010011 110 1111000 11111 1011111 0 110101 100011001 1011010 11001

Color Harmonies of #530678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530678

Black with #530678

Text Example


Text Example

White with #530678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530678; }

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

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

background-color css

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

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

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

border-color css

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

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

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