Html Css Color HEX #4803AB Indigo

📋 copy color: '#4803AB'

red 72 ◦ green 3 ◦ blue 171

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

Shades of Indigo #4803AB

Tints of Indigo #4803AB

RGB

 RED value IS 72 (28.52% from 255) = 29.27%

 GREEN value IS 3 (1.56% from 255) = 1.22%

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

R = 29.27%
G = 1.22%
B = 69.51%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4803AB (or 0x4803AB) is known color: Indigo. HEX triplet: 48, 03 and AB. RGB value is (72,3,171). Sum of RGB (Red+Green+Blue) = 72+3+171=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 171 (67.19% from 255 or 69.51% from 246); Max value from RGB is 171 - color contains mainly: blue. Hex color #4803AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4803AB is #B7FC54. Grayscale: #2A2A2A. Windows color (decimal): -12057685 or 11207496. OLE color: 11207496.

HSL color Cylindrical-coordinate representation of color #4803AB: hue angle of 264.64º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4803AB is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 3 171 -
CMYK 0.58 0.98 0 0.33
HSL 264.64º 0.97% 0.34% -
HSV(B) 264.64º 0.98% 0.67% -
XYZ 10.06 4.38 38.84 -
YUV 42.78 200.36 148.84 -
System Red Green Blue C M Y K H S L
Decimal 72 3 171 0.58 0.98 0 0.33 264.64 0.97 0.34
Hex 48 3 AB 3A 62 0 21 109 61 22
Octal 110 3 253 72 142 0 41 411 141 42
Binary 1001000 11 10101011 111010 1100010 0 100001 100001001 1100001 100010

Color Harmonies of #4803AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4803AB

Black with #4803AB

Text Example


Text Example

White with #4803AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4803AB; }

 p { color: rgb(72,3,171); }

 H1.HeaderClassName
 {
   color: #4803AB;
 }
 .AnyTagClassName
 {
   color: #4803AB;
 }
</style>

background-color css

<style>
 a { background-color: #4803AB; }

 a { background-color: rgb(72,3,171); }

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

border-color css

<style>
 span { border-color: #4803AB; }

 span { border-color: rgb(72,3,171); }

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