Html Css Color HEX #530075 Indigo

📋 copy color: '#530075'

red 83 ◦ green 0 ◦ blue 117

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

Shades of Indigo #530075

Tints of Indigo #530075

RGB

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

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

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

R = 41.5%
G = 0%
B = 58.5%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#530075 (or 0x530075) is known color: Indigo. HEX triplet: 53, 00 and 75. RGB value is (83,0,117). Sum of RGB (Red+Green+Blue) = 83+0+117=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #530075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530075 is #ACFF8A. Grayscale: #252525. Windows color (decimal): -11337611 or 7667795. OLE color: 7667795.

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

Color convert

RGB 83 0 117 -
CMYK 0.29 1 0 0.54
HSL 282.56º 1% 0.23% -
HSV(B) 282.56º 1% 0.46% -
XYZ 6.78 3.12 17.08 -
YUV 38.16 172.5 159.99 -
System Red Green Blue C M Y K H S L
Decimal 83 0 117 0.29 1 0 0.54 282.56 1 0.23
Hex 53 0 75 1D 64 0 36 11B 64 17
Octal 123 0 165 35 144 0 66 433 144 27
Binary 1010011 0 1110101 11101 1100100 0 110110 100011011 1100100 10111

Color Harmonies of #530075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530075

Black with #530075

Text Example


Text Example

White with #530075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530075; }

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

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

background-color css

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

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

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

border-color css

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

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

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