Html Css Color HEX #530669 Indigo

📋 copy color: '#530669'

red 83 ◦ green 6 ◦ blue 105

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

Shades of Indigo #530669

Tints of Indigo #530669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 54.12%

R = 42.78%
G = 3.09%
B = 54.12%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#530669 (or 0x530669) is known color: Indigo. HEX triplet: 53, 06 and 69. RGB value is (83,6,105). Sum of RGB (Red+Green+Blue) = 83+6+105=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #530669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530669 is #ACF996. Grayscale: #272727. Windows color (decimal): -11336087 or 6882899. OLE color: 6882899.

HSL color Cylindrical-coordinate representation of color #530669: hue angle of 286.67º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530669 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 6 105 -
CMYK 0.21 0.94 0 0.59
HSL 286.67º 0.89% 0.22% -
HSV(B) 286.67º 0.94% 0.41% -
XYZ 6.18 2.99 13.62 -
YUV 40.31 164.51 158.45 -
System Red Green Blue C M Y K H S L
Decimal 83 6 105 0.21 0.94 0 0.59 286.67 0.89 0.22
Hex 53 6 69 15 5E 0 3B 11F 59 16
Octal 123 6 151 25 136 0 73 437 131 26
Binary 1010011 110 1101001 10101 1011110 0 111011 100011111 1011001 10110

Color Harmonies of #530669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530669

Black with #530669

Text Example


Text Example

White with #530669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530669; }

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

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

background-color css

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

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

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

border-color css

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

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

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