#430F86

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

Shades of Indigo #430F86

Tints of Indigo #430F86

Color information

#430F86 (or 0x430F86) is unknown color: approx Indigo. HEX triplet: 43, 0F and 86. RGB value is (67,15,134). Sum of RGB (Red+Green+Blue) = 67+15+134=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 134 (52.73% from 255 or 62.04% from 216); Max value from RGB is 134 - color contains mainly: blue. Hex color #430F86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430F86 is #BCF079. Grayscale: #2B2B2B. Windows color (decimal): -12382330 or 8785731. OLE color: 8785731.

HSL color Cylindrical-coordinate representation of color #430F86: hue angle of 266.22º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #430F86 is Cyan = 0.5, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6715134-
CMYK0.50.8900.47
HSL266.22º79.87%29.22%-
HSV(B)266.22º88.81%52.55%-
XYZ6.793.2622.82-
YUV44.11178.73144.32-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.02%
GREEN value IS 15 (6.25% from 255) = 6.94%
BLUE value IS 134 (52.73% from 255) = 62.04%
R=31.02%
G=6.94%
B=62.04%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal67151340.50.8900.47266.2279.8729.22
Hex43F86325902F10a501d
Octal103172066213105741212035
Binary100001111111000011011001010110010101111100001010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,15,134); }

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

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

 a { background-color: rgb(67,15,134); }

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

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

 span { border-color: rgb(67,15,134); }

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