Html Css Color HEX #530769 Indigo

📋 copy color: '#530769'

red 83 ◦ green 7 ◦ blue 105

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

Shades of Indigo #530769

Tints of Indigo #530769

RGB

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

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

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

R = 42.56%
G = 3.59%
B = 53.85%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#530769 (or 0x530769) is known color: Indigo. HEX triplet: 53, 07 and 69. RGB value is (83,7,105). Sum of RGB (Red+Green+Blue) = 83+7+105=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #530769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530769 is #ACF896. Grayscale: #282828. Windows color (decimal): -11335831 or 6883155. OLE color: 6883155.

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

Color convert

RGB 83 7 105 -
CMYK 0.21 0.93 0 0.59
HSL 286.53º 0.88% 0.22% -
HSV(B) 286.53º 0.93% 0.41% -
XYZ 6.19 3.01 13.62 -
YUV 40.9 164.18 158.03 -
System Red Green Blue C M Y K H S L
Decimal 83 7 105 0.21 0.93 0 0.59 286.53 0.88 0.22
Hex 53 7 69 15 5D 0 3B 11F 58 16
Octal 123 7 151 25 135 0 73 437 130 26
Binary 1010011 111 1101001 10101 1011101 0 111011 100011111 1011000 10110

Color Harmonies of #530769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530769

Black with #530769

Text Example


Text Example

White with #530769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530769; }

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

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

background-color css

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

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

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

border-color css

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

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

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