#430985

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

Shades of Indigo #430985

Tints of Indigo #430985

Color information

#430985 (or 0x430985) is unknown color: approx Indigo. HEX triplet: 43, 09 and 85. RGB value is (67,9,133). Sum of RGB (Red+Green+Blue) = 67+9+133=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #430985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430985 is #BCF67A. Grayscale: #282828. Windows color (decimal): -12383867 or 8718659. OLE color: 8718659.

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

Color convert

RGB679133-
CMYK0.500.9300.48
HSL268.06º87.32%27.84%-
HSV(B)268.06º93.23%52.16%-
XYZ6.653.0822.43-
YUV40.48180.22146.92-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.06%
GREEN value IS 9 (3.91% from 255) = 4.31%
BLUE value IS 133 (52.34% from 255) = 63.64%
R=32.06%
G=4.31%
B=63.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6791330.500.9300.48268.0687.3227.84
Hex43985325D03010c571c
Octal103112056213506041412734
Binary100001110011000010111001010111010110000100001100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430985; }

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

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

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

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

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

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

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

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