#4307AE

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

Shades of Indigo #4307AE

Tints of Indigo #4307AE

Color information

#4307AE (or 0x4307AE) is unknown color: approx Indigo. HEX triplet: 43, 07 and AE. RGB value is (67,7,174). Sum of RGB (Red+Green+Blue) = 67+7+174=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 174 (68.36% from 255 or 70.16% from 248); Max value from RGB is 174 - color contains mainly: blue. Hex color #4307AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4307AE is #BCF851. Grayscale: #2B2B2B. Windows color (decimal): -12384338 or 11405123. OLE color: 11405123.

HSL color Cylindrical-coordinate representation of color #4307AE: hue angle of 261.56º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4307AE is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB677174-
CMYK0.610.9600.32
HSL261.56º92.27%35.49%-
HSV(B)261.56º95.98%68.24%-
XYZ10.034.440.37-
YUV43.98201.38144.42-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.02%
GREEN value IS 7 (3.12% from 255) = 2.82%
BLUE value IS 174 (68.36% from 255) = 70.16%
R=27.02%
G=2.82%
B=70.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6771740.610.9600.32261.5692.2735.49
Hex437AE3D600201065c23
Octal10372567514004040613443
Binary100001111110101110111101110000001000001000001101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4307AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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