Html Css Color HEX #530069 Indigo

📋 copy color: '#530069'

red 83 ◦ green 0 ◦ blue 105

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

Shades of Indigo #530069

Tints of Indigo #530069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.15%
G = 0%
B = 55.85%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#530069 (or 0x530069) is known color: Indigo. HEX triplet: 53, 00 and 69. RGB value is (83,0,105). Sum of RGB (Red+Green+Blue) = 83+0+105=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 105 (41.41% from 255 or 55.85% from 188); Max value from RGB is 105 - color contains mainly: blue. Hex color #530069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530069 is #ACFF96. Grayscale: #242424. Windows color (decimal): -11337623 or 6881363. OLE color: 6881363.

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

Color convert

RGB 83 0 105 -
CMYK 0.21 1 0 0.59
HSL 287.43º 1% 0.21% -
HSV(B) 287.43º 1% 0.41% -
XYZ 6.12 2.86 13.59 -
YUV 36.79 166.5 160.96 -
System Red Green Blue C M Y K H S L
Decimal 83 0 105 0.21 1 0 0.59 287.43 1 0.21
Hex 53 0 69 15 64 0 3B 11F 64 15
Octal 123 0 151 25 144 0 73 437 144 25
Binary 1010011 0 1101001 10101 1100100 0 111011 100011111 1100100 10101

Color Harmonies of #530069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530069

Black with #530069

Text Example


Text Example

White with #530069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530069; }

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

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

background-color css

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

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

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

border-color css

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

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

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