#430EAC

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

Shades of Indigo #430EAC

Tints of Indigo #430EAC

Color information

#430EAC (or 0x430EAC) is unknown color: approx Indigo. HEX triplet: 43, 0E and AC. RGB value is (67,14,172). Sum of RGB (Red+Green+Blue) = 67+14+172=253 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.48% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #430EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430EAC is #BCF153. Grayscale: #2F2F2F. Windows color (decimal): -12382548 or 11275843. OLE color: 11275843.

HSL color Cylindrical-coordinate representation of color #430EAC: hue angle of 260.13º 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 #430EAC is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6714172-
CMYK0.610.9200.33
HSL260.13º84.95%36.47%-
HSV(B)260.13º91.86%67.45%-
XYZ9.924.4939.37-
YUV47.86198.06141.65-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.48%
GREEN value IS 14 (5.86% from 255) = 5.53%
BLUE value IS 172 (67.58% from 255) = 67.98%
R=26.48%
G=5.53%
B=67.98%

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
Decimal67141720.610.9200.33260.1384.9536.47
Hex43EAC3D5C0211045524
Octal103162547513404140412544
Binary1000011111010101100111101101110001000011000001001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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