#4203AD

Color #4203AD Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #4203AD

Tints of Indigo #4203AD

Color information

#4203AD (or 0x4203AD) is unknown color: approx Indigo. HEX triplet: 42, 03 and AD. RGB value is (66,3,173). Sum of RGB (Red+Green+Blue) = 66+3+173=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 173 (67.97% from 255 or 71.49% from 242); Max value from RGB is 173 - color contains mainly: blue. Hex color #4203AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4203AD is #BDFC52. Grayscale: #282828. Windows color (decimal): -12450899 or 11338562. OLE color: 11338562.

HSL color Cylindrical-coordinate representation of color #4203AD: hue angle of 262.24º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4203AD is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB663173-
CMYK0.620.9800.32
HSL262.24º96.59%34.51%-
HSV(B)262.24º98.27%67.84%-
XYZ9.824.2439.84-
YUV41.22202.37145.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.27%
GREEN value IS 3 (1.56% from 255) = 1.24%
BLUE value IS 173 (67.97% from 255) = 71.49%
R=27.27%
G=1.24%
B=71.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6631730.620.9800.32262.2496.5934.51
Hex423AD3E620201066123
Octal10232557614204040614143
Binary10000101110101101111110110001001000001000001101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4203AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4203AD; }

 p { color: rgb(66,3,173); }

 H1.HeaderClassName
 {
   color: #4203AD;
 }
 .AnyTagClassName
 {
   color: #4203AD;
 }
</style>
background-color css

<style>
 a { background-color: #4203AD; }

 a { background-color: rgb(66,3,173); }

 div.DivClassName
 {
   background-color: #4203AD;
 }
 .BgClassName
 {
   background-color: #4203AD;
 }
</style>
border-color css

<style>
 span { border-color: #4203AD; }

 span { border-color: rgb(66,3,173); }

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