#430D69

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

Shades of Indigo #430D69

Tints of Indigo #430D69

Color information

#430D69 (or 0x430D69) is unknown color: approx Indigo. HEX triplet: 43, 0D and 69. RGB value is (67,13,105). Sum of RGB (Red+Green+Blue) = 67+13+105=185 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.22% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #430D69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430D69 is #BCF296. Grayscale: #272727. Windows color (decimal): -12382871 or 6884675. OLE color: 6884675.

HSL color Cylindrical-coordinate representation of color #430D69: hue angle of 275.22º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #430D69 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6713105-
CMYK0.360.8800.59
HSL275.22º77.97%23.14%-
HSV(B)275.22º87.62%41.18%-
XYZ5.012.513.58-
YUV39.63164.89147.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.22%
GREEN value IS 13 (5.47% from 255) = 7.03%
BLUE value IS 105 (41.41% from 255) = 56.76%
R=36.22%
G=7.03%
B=56.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal67131050.360.8800.59275.2277.9723.14
Hex43D69245803B1134e17
Octal103151514413007342311627
Binary10000111101110100110010010110000111011100010011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,13,105); }

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

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

 a { background-color: rgb(67,13,105); }

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

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

 span { border-color: rgb(67,13,105); }

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