#4312a8

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

Shades of Indigo #4312A8

Tints of Indigo #4312A8

Color information

#4312A8 (or 0x4312A8) is unknown color: approx Indigo. HEX triplet: 43, 12 and A8. RGB value is (67,18,168). Sum of RGB (Red+Green+Blue) = 67+18+168=253 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.48% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 168 (66.02% from 255 or 66.40% from 253); Max value from RGB is 168 - color contains mainly: blue. Hex color #4312A8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4312A8 is #BCED57. Grayscale: #313131. Windows color (decimal): -12381528 or 11014723. OLE color: 11014723.

HSL color Cylindrical-coordinate representation of color #4312A8: hue angle of 259.6º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4312A8 is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6718168-
CMYK0.600.8900.34
HSL259.6º80.65%36.47%-
HSV(B)259.6º89.29%65.88%-
XYZ9.64.4537.4-
YUV49.75194.73140.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.48%
GREEN value IS 18 (7.42% from 255) = 7.11%
BLUE value IS 168 (66.02% from 255) = 66.40%
R=26.48%
G=7.11%
B=66.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal67181680.600.8900.34259.680.6536.47
Hex4312A83C590221045124
Octal103222507413104240412144
Binary10000111001010101000111100101100101000101000001001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4312a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4312a8; }

 p { color: rgb(67,18,168); }

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

<style>
 a { background-color: #4312a8; }

 a { background-color: rgb(67,18,168); }

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

<style>
 span { border-color: #4312a8; }

 span { border-color: rgb(67,18,168); }

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