Html Css Color HEX #530D68 Indigo

📋 copy color: '#530D68'

red 83 ◦ green 13 ◦ blue 104

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

Shades of Indigo #530D68

Tints of Indigo #530D68

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.5%

 BLUE value IS 104 (41.02% from 255) = 52%

R = 41.5%
G = 6.5%
B = 52%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#530D68 (or 0x530D68) is known color: Indigo. HEX triplet: 53, 0D and 68. RGB value is (83,13,104). Sum of RGB (Red+Green+Blue) = 83+13+104=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #530D68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530D68 is #ACF297. Grayscale: #2C2C2C. Windows color (decimal): -11334296 or 6819155. OLE color: 6819155.

HSL color Cylindrical-coordinate representation of color #530D68: hue angle of 286.15º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530D68 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 13 104 -
CMYK 0.20 0.88 0 0.59
HSL 286.15º 0.78% 0.23% -
HSV(B) 286.15º 0.88% 0.41% -
XYZ 6.21 3.13 13.37 -
YUV 44.3 161.69 155.6 -
System Red Green Blue C M Y K H S L
Decimal 83 13 104 0.20 0.88 0 0.59 286.15 0.78 0.23
Hex 53 D 68 14 58 0 3B 11E 4E 17
Octal 123 15 150 24 130 0 73 436 116 27
Binary 1010011 1101 1101000 10100 1011000 0 111011 100011110 1001110 10111

Color Harmonies of #530D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530D68

Black with #530D68

Text Example


Text Example

White with #530D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530D68; }

 p { color: rgb(83,13,104); }

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

background-color css

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

 a { background-color: rgb(83,13,104); }

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

border-color css

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

 span { border-color: rgb(83,13,104); }

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