Html Css Color HEX #530469 Indigo

📋 copy color: '#530469'

red 83 ◦ green 4 ◦ blue 105

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

Shades of Indigo #530469

Tints of Indigo #530469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.08%

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

R = 43.23%
G = 2.08%
B = 54.69%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#530469 (or 0x530469) is known color: Indigo. HEX triplet: 53, 04 and 69. RGB value is (83,4,105). Sum of RGB (Red+Green+Blue) = 83+4+105=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #530469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530469 is #ACFB96. Grayscale: #262626. Windows color (decimal): -11336599 or 6882387. OLE color: 6882387.

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

Color convert

RGB 83 4 105 -
CMYK 0.21 0.96 0 0.59
HSL 286.93º 0.93% 0.21% -
HSV(B) 286.93º 0.96% 0.41% -
XYZ 6.16 2.95 13.61 -
YUV 39.14 165.17 159.29 -
System Red Green Blue C M Y K H S L
Decimal 83 4 105 0.21 0.96 0 0.59 286.93 0.93 0.21
Hex 53 4 69 15 60 0 3B 11F 5D 15
Octal 123 4 151 25 140 0 73 437 135 25
Binary 1010011 100 1101001 10101 1100000 0 111011 100011111 1011101 10101

Color Harmonies of #530469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530469

Black with #530469

Text Example


Text Example

White with #530469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530469; }

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

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

background-color css

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

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

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

border-color css

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

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

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