#430085

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

Shades of Indigo #430085

Tints of Indigo #430085

Color information

#430085 (or 0x430085) is unknown color: approx Indigo. HEX triplet: 43, 00 and 85. RGB value is (67,0,133). Sum of RGB (Red+Green+Blue) = 67+0+133=200 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 133 (52.34% from 255 or 66.5% from 200); Max value from RGB is 133 - color contains mainly: blue. Hex color #430085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430085 is #BCFF7A. Grayscale: #222222. Windows color (decimal): -12386171 or 8716355. OLE color: 8716355.

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

Color convert

RGB670133-
CMYK0.50100.48
HSL270.23º100%26.08%-
HSV(B)270.23º100%52.16%-
XYZ6.552.8922.4-
YUV35.2183.2150.69-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 133 (52.34% from 255) = 66.5%
R=33.5%
G=0%
B=66.5%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6701330.50100.48270.2310026.08
Hex43085326403010e641a
Octal10302056214406041614432
Binary100001101000010111001011001000110000100001110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430085; }

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

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

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

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

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

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

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

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