Html Css Color HEX #530E81 Indigo

📋 copy color: '#530E81'

red 83 ◦ green 14 ◦ blue 129

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

Shades of Indigo #530E81

Tints of Indigo #530E81

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.19%

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

R = 36.73%
G = 6.19%
B = 57.08%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#530E81 (or 0x530E81) is known color: Indigo. HEX triplet: 53, 0E and 81. RGB value is (83,14,129). Sum of RGB (Red+Green+Blue) = 83+14+129=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 129 (50.78% from 255 or 57.08% from 226); Max value from RGB is 129 - color contains mainly: blue. Hex color #530E81 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530E81 is #ACF17E. Grayscale: #2F2F2F. Windows color (decimal): -11334015 or 8457811. OLE color: 8457811.

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

Color convert

RGB 83 14 129 -
CMYK 0.36 0.89 0 0.49
HSL 276º 0.8% 0.28% -
HSV(B) 276º 0.89% 0.51% -
XYZ 7.69 3.74 21.09 -
YUV 47.74 173.86 153.15 -
System Red Green Blue C M Y K H S L
Decimal 83 14 129 0.36 0.89 0 0.49 276 0.8 0.28
Hex 53 E 81 24 59 0 31 114 50 1C
Octal 123 16 201 44 131 0 61 424 120 34
Binary 1010011 1110 10000001 100100 1011001 0 110001 100010100 1010000 11100

Color Harmonies of #530E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530E81

Black with #530E81

Text Example


Text Example

White with #530E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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