Html Css Color HEX #530B7D Indigo

📋 copy color: '#530B7D'

red 83 ◦ green 11 ◦ blue 125

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

Shades of Indigo #530B7D

Tints of Indigo #530B7D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.02%

 BLUE value IS 125 (49.22% from 255) = 57.08%

R = 37.9%
G = 5.02%
B = 57.08%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#530B7D (or 0x530B7D) is known color: Indigo. HEX triplet: 53, 0B and 7D. RGB value is (83,11,125). Sum of RGB (Red+Green+Blue) = 83+11+125=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #530B7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530B7D is #ACF482. Grayscale: #2D2D2D. Windows color (decimal): -11334787 or 8194899. OLE color: 8194899.

HSL color Cylindrical-coordinate representation of color #530B7D: hue angle of 277.89º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #530B7D is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 11 125 -
CMYK 0.34 0.91 0 0.51
HSL 277.89º 0.84% 0.27% -
HSV(B) 277.89º 0.91% 0.49% -
XYZ 7.39 3.56 19.7 -
YUV 45.52 172.85 154.73 -
System Red Green Blue C M Y K H S L
Decimal 83 11 125 0.34 0.91 0 0.51 277.89 0.84 0.27
Hex 53 B 7D 22 5B 0 33 116 54 1B
Octal 123 13 175 42 133 0 63 426 124 33
Binary 1010011 1011 1111101 100010 1011011 0 110011 100010110 1010100 11011

Color Harmonies of #530B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530B7D

Black with #530B7D

Text Example


Text Example

White with #530B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,11,125); }

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

background-color css

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

 a { background-color: rgb(83,11,125); }

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

border-color css

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

 span { border-color: rgb(83,11,125); }

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