Html Css Color HEX #4003AC Indigo

📋 copy color: '#4003AC'

red 64 ◦ green 3 ◦ blue 172

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

Shades of Indigo #4003AC

Tints of Indigo #4003AC

RGB

 RED value IS 64 (25.39% from 255) = 26.78%

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

 BLUE value IS 172 (67.58% from 255) = 71.97%

R = 26.78%
G = 1.26%
B = 71.97%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4003AC (or 0x4003AC) is known color: Indigo. HEX triplet: 40, 03 and AC. RGB value is (64,3,172). Sum of RGB (Red+Green+Blue) = 64+3+172=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 172 (67.58% from 255 or 71.97% from 239); Max value from RGB is 172 - color contains mainly: blue. Hex color #4003AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4003AC is #BFFC53. Grayscale: #272727. Windows color (decimal): -12581972 or 11273024. OLE color: 11273024.

HSL color Cylindrical-coordinate representation of color #4003AC: hue angle of 261.66º 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 #4003AC is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 3 172 -
CMYK 0.63 0.98 0 0.33
HSL 261.66º 0.97% 0.34% -
HSV(B) 261.66º 0.98% 0.67% -
XYZ 9.59 4.13 39.32 -
YUV 40.51 202.21 144.76 -
System Red Green Blue C M Y K H S L
Decimal 64 3 172 0.63 0.98 0 0.33 261.66 0.97 0.34
Hex 40 3 AC 3F 62 0 21 106 61 22
Octal 100 3 254 77 142 0 41 406 141 42
Binary 1000000 11 10101100 111111 1100010 0 100001 100000110 1100001 100010

Color Harmonies of #4003AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4003AC

Black with #4003AC

Text Example


Text Example

White with #4003AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4003AC; }

 p { color: rgb(64,3,172); }

 H1.HeaderClassName
 {
   color: #4003AC;
 }
 .AnyTagClassName
 {
   color: #4003AC;
 }
</style>

background-color css

<style>
 a { background-color: #4003AC; }

 a { background-color: rgb(64,3,172); }

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

border-color css

<style>
 span { border-color: #4003AC; }

 span { border-color: rgb(64,3,172); }

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