Html Css Color HEX #530969 Indigo

📋 copy color: '#530969'

red 83 ◦ green 9 ◦ blue 105

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

Shades of Indigo #530969

Tints of Indigo #530969

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.57%

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

R = 42.13%
G = 4.57%
B = 53.3%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#530969 (or 0x530969) is known color: Indigo. HEX triplet: 53, 09 and 69. RGB value is (83,9,105). Sum of RGB (Red+Green+Blue) = 83+9+105=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #530969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530969 is #ACF696. Grayscale: #292929. Windows color (decimal): -11335319 or 6883667. OLE color: 6883667.

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

Color convert

RGB 83 9 105 -
CMYK 0.21 0.91 0 0.59
HSL 286.25º 0.84% 0.22% -
HSV(B) 286.25º 0.91% 0.41% -
XYZ 6.21 3.05 13.63 -
YUV 42.07 163.52 157.19 -
System Red Green Blue C M Y K H S L
Decimal 83 9 105 0.21 0.91 0 0.59 286.25 0.84 0.22
Hex 53 9 69 15 5B 0 3B 11E 54 16
Octal 123 11 151 25 133 0 73 436 124 26
Binary 1010011 1001 1101001 10101 1011011 0 111011 100011110 1010100 10110

Color Harmonies of #530969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530969

Black with #530969

Text Example


Text Example

White with #530969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530969; }

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

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

background-color css

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

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

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

border-color css

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

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

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