#430086

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

Shades of Indigo #430086

Tints of Indigo #430086

Color information

#430086 (or 0x430086) is unknown color: approx Indigo. HEX triplet: 43, 00 and 86. RGB value is (67,0,134). Sum of RGB (Red+Green+Blue) = 67+0+134=201 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.33% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 134 (52.73% from 255 or 66.67% from 201); Max value from RGB is 134 - color contains mainly: blue. Hex color #430086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430086 is #BCFF79. Grayscale: #222222. Windows color (decimal): -12386170 or 8781891. OLE color: 8781891.

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

Color convert

RGB670134-
CMYK0.5100.47
HSL270º100%26.27%-
HSV(B)270º100%52.55%-
XYZ6.622.9122.77-
YUV35.31183.7150.6-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 134 (52.73% from 255) = 66.67%
R=33.33%
G=0%
B=66.67%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6701340.5100.4727010026.27
Hex43086326402F10e641a
Octal10302066214405741614432
Binary100001101000011011001011001000101111100001110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430086; }

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

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

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

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

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

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

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

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