Html Css Color HEX #530BAB Indigo

📋 copy color: '#530BAB'

red 83 ◦ green 11 ◦ blue 171

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

Shades of Indigo #530BAB

Tints of Indigo #530BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 64.53%

R = 31.32%
G = 4.15%
B = 64.53%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#530BAB (or 0x530BAB) is known color: Indigo. HEX triplet: 53, 0B and AB. RGB value is (83,11,171). Sum of RGB (Red+Green+Blue) = 83+11+171=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #530BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530BAB is #ACF454. Grayscale: #323232. Windows color (decimal): -11334741 or 11209555. OLE color: 11209555.

HSL color Cylindrical-coordinate representation of color #530BAB: hue angle of 267º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530BAB is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 11 171 -
CMYK 0.51 0.94 0 0.33
HSL 267º 0.88% 0.36% -
HSV(B) 267º 0.94% 0.67% -
XYZ 11.04 5.02 38.92 -
YUV 50.77 195.85 150.99 -
System Red Green Blue C M Y K H S L
Decimal 83 11 171 0.51 0.94 0 0.33 267 0.88 0.36
Hex 53 B AB 33 5E 0 21 10B 58 24
Octal 123 13 253 63 136 0 41 413 130 44
Binary 1010011 1011 10101011 110011 1011110 0 100001 100001011 1011000 100100

Color Harmonies of #530BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530BAB

Black with #530BAB

Text Example


Text Example

White with #530BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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