Html Css Color HEX #530575 Indigo

📋 copy color: '#530575'

red 83 ◦ green 5 ◦ blue 117

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

Shades of Indigo #530575

Tints of Indigo #530575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.44%

 BLUE value IS 117 (46.09% from 255) = 57.07%

R = 40.49%
G = 2.44%
B = 57.07%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#530575 (or 0x530575) is known color: Indigo. HEX triplet: 53, 05 and 75. RGB value is (83,5,117). Sum of RGB (Red+Green+Blue) = 83+5+117=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #530575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530575 is #ACFA8A. Grayscale: #282828. Windows color (decimal): -11336331 or 7669075. OLE color: 7669075.

HSL color Cylindrical-coordinate representation of color #530575: hue angle of 281.79º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530575 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 5 117 -
CMYK 0.29 0.96 0 0.54
HSL 281.79º 0.92% 0.24% -
HSV(B) 281.79º 0.96% 0.46% -
XYZ 6.83 3.23 17.09 -
YUV 41.09 170.84 157.89 -
System Red Green Blue C M Y K H S L
Decimal 83 5 117 0.29 0.96 0 0.54 281.79 0.92 0.24
Hex 53 5 75 1D 60 0 36 11A 5C 18
Octal 123 5 165 35 140 0 66 432 134 30
Binary 1010011 101 1110101 11101 1100000 0 110110 100011010 1011100 11000

Color Harmonies of #530575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530575

Black with #530575

Text Example


Text Example

White with #530575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530575; }

 p { color: rgb(83,5,117); }

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

background-color css

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

 a { background-color: rgb(83,5,117); }

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

border-color css

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

 span { border-color: rgb(83,5,117); }

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