#430eab

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

Shades of Indigo #430EAB

Tints of Indigo #430EAB

Color information

#430EAB (or 0x430EAB) is unknown color: approx Indigo. HEX triplet: 43, 0E and AB. RGB value is (67,14,171). Sum of RGB (Red+Green+Blue) = 67+14+171=252 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.59% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #430EAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430EAB is #BCF154. Grayscale: #2F2F2F. Windows color (decimal): -12382549 or 11210307. OLE color: 11210307.

HSL color Cylindrical-coordinate representation of color #430EAB: hue angle of 260.25º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430EAB is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6714171-
CMYK0.610.9200.33
HSL260.25º84.86%36.27%-
HSV(B)260.25º91.81%67.06%-
XYZ9.824.4538.87-
YUV47.74197.56141.73-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.59%
GREEN value IS 14 (5.86% from 255) = 5.56%
BLUE value IS 171 (67.19% from 255) = 67.86%
R=26.59%
G=5.56%
B=67.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal67141710.610.9200.33260.2584.8636.27
Hex43EAB3D5C0211045524
Octal103162537513404140412544
Binary1000011111010101011111101101110001000011000001001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430eab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430eab; }

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

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

<style>
 a { background-color: #430eab; }

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

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

<style>
 span { border-color: #430eab; }

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

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