Html Css Color HEX #530D81 Indigo

📋 copy color: '#530D81'

red 83 ◦ green 13 ◦ blue 129

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

Shades of Indigo #530D81

Tints of Indigo #530D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 57.33%

R = 36.89%
G = 5.78%
B = 57.33%

CMYK

 C value IS 0.36

 M value IS 0.90

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#530D81 (or 0x530D81) is known color: Indigo. HEX triplet: 53, 0D and 81. RGB value is (83,13,129). Sum of RGB (Red+Green+Blue) = 83+13+129=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 129 (50.78% from 255 or 57.33% from 225); Max value from RGB is 129 - color contains mainly: blue. Hex color #530D81 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530D81 is #ACF27E. Grayscale: #2E2E2E. Windows color (decimal): -11334271 or 8457555. OLE color: 8457555.

HSL color Cylindrical-coordinate representation of color #530D81: hue angle of 276.21º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530D81 is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 13 129 -
CMYK 0.36 0.90 0 0.49
HSL 276.21º 0.82% 0.28% -
HSV(B) 276.21º 0.9% 0.51% -
XYZ 7.67 3.71 21.08 -
YUV 47.15 174.19 153.57 -
System Red Green Blue C M Y K H S L
Decimal 83 13 129 0.36 0.90 0 0.49 276.21 0.82 0.28
Hex 53 D 81 24 5A 0 31 114 52 1C
Octal 123 15 201 44 132 0 61 424 122 34
Binary 1010011 1101 10000001 100100 1011010 0 110001 100010100 1010010 11100

Color Harmonies of #530D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530D81

Black with #530D81

Text Example


Text Example

White with #530D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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