#4310AB

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

Shades of Indigo #4310AB

Tints of Indigo #4310AB

Color information

#4310AB (or 0x4310AB) is unknown color: approx Indigo. HEX triplet: 43, 10 and AB. RGB value is (67,16,171). Sum of RGB (Red+Green+Blue) = 67+16+171=254 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.38% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #4310AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4310AB is #BCEF54. Grayscale: #303030. Windows color (decimal): -12382037 or 11210819. OLE color: 11210819.

HSL color Cylindrical-coordinate representation of color #4310AB: hue angle of 259.74º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4310AB is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6716171-
CMYK0.610.9100.33
HSL259.74º82.89%36.67%-
HSV(B)259.74º90.64%67.06%-
XYZ9.854.538.88-
YUV48.92196.9140.9-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.38%
GREEN value IS 16 (6.64% from 255) = 6.30%
BLUE value IS 171 (67.19% from 255) = 67.32%
R=26.38%
G=6.30%
B=67.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal67161710.610.9100.33259.7482.8936.67
Hex4310AB3D5B0211045325
Octal103202537513304140412345
Binary10000111000010101011111101101101101000011000001001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4310AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4310AB; }

 p { color: rgb(67,16,171); }

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

<style>
 a { background-color: #4310AB; }

 a { background-color: rgb(67,16,171); }

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

<style>
 span { border-color: #4310AB; }

 span { border-color: rgb(67,16,171); }

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