#4307A1

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

Shades of Indigo #4307A1

Tints of Indigo #4307A1

Color information

#4307A1 (or 0x4307A1) is unknown color: approx Indigo. HEX triplet: 43, 07 and A1. RGB value is (67,7,161). Sum of RGB (Red+Green+Blue) = 67+7+161=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 161 (63.28% from 255 or 68.51% from 235); Max value from RGB is 161 - color contains mainly: blue. Hex color #4307A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4307A1 is #BCF85E. Grayscale: #292929. Windows color (decimal): -12384351 or 10553155. OLE color: 10553155.

HSL color Cylindrical-coordinate representation of color #4307A1: hue angle of 263.38º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4307A1 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB677161-
CMYK0.580.9600.37
HSL263.38º91.67%32.94%-
HSV(B)263.38º95.65%63.14%-
XYZ8.823.9234.01-
YUV42.5194.88145.48-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.51%
GREEN value IS 7 (3.12% from 255) = 2.98%
BLUE value IS 161 (63.28% from 255) = 68.51%
R=28.51%
G=2.98%
B=68.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6771610.580.9600.37263.3891.6732.94
Hex437A13A600251075c21
Octal10372417214004540713441
Binary100001111110100001111010110000001001011000001111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4307A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4307A1; }

 p { color: rgb(67,7,161); }

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

<style>
 a { background-color: #4307A1; }

 a { background-color: rgb(67,7,161); }

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

<style>
 span { border-color: #4307A1; }

 span { border-color: rgb(67,7,161); }

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