#4304A0

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

Shades of Indigo #4304A0

Tints of Indigo #4304A0

Color information

#4304A0 (or 0x4304A0) is unknown color: approx Indigo. HEX triplet: 43, 04 and A0. RGB value is (67,4,160). Sum of RGB (Red+Green+Blue) = 67+4+160=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 160 (62.89% from 255 or 69.26% from 231); Max value from RGB is 160 - color contains mainly: blue. Hex color #4304A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4304A0 is #BCFB5F. Grayscale: #282828. Windows color (decimal): -12385120 or 10486851. OLE color: 10486851.

HSL color Cylindrical-coordinate representation of color #4304A0: hue angle of 264.23º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4304A0 is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB674160-
CMYK0.580.9800.37
HSL264.23º95.12%32.16%-
HSV(B)264.23º97.5%62.75%-
XYZ8.73.8233.54-
YUV40.62195.37146.82-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.00%
GREEN value IS 4 (1.95% from 255) = 1.73%
BLUE value IS 160 (62.89% from 255) = 69.26%
R=29.00%
G=1.73%
B=69.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6741600.580.9800.37264.2395.1232.16
Hex434A03A620251085f20
Octal10342407214204541013740
Binary100001110010100000111010110001001001011000010001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4304A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4304A0; }

 p { color: rgb(67,4,160); }

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

<style>
 a { background-color: #4304A0; }

 a { background-color: rgb(67,4,160); }

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

<style>
 span { border-color: #4304A0; }

 span { border-color: rgb(67,4,160); }

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