#430363

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

Shades of Indigo #430363

Tints of Indigo #430363

Color information

#430363 (or 0x430363) is unknown color: approx Indigo. HEX triplet: 43, 03 and 63. RGB value is (67,3,99). Sum of RGB (Red+Green+Blue) = 67+3+99=169 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.64% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #430363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430363 is #BCFC9C. Grayscale: #202020. Windows color (decimal): -12385437 or 6488899. OLE color: 6488899.

HSL color Cylindrical-coordinate representation of color #430363: hue angle of 280º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #430363 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB67399-
CMYK0.320.9700.61
HSL280º94.12%20%-
HSV(B)280º96.97%38.82%-
XYZ4.62.1611.98-
YUV33.08165.2152.19-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 39.64%
GREEN value IS 3 (1.56% from 255) = 1.78%
BLUE value IS 99 (39.06% from 255) = 58.58%
R=39.64%
G=1.78%
B=58.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal673990.320.9700.6128094.1220
Hex43363206103D1185e14
Octal10331434014107543013624
Binary100001111110001110000011000010111101100011000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430363; }

 p { color: rgb(67,3,99); }

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

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

 a { background-color: rgb(67,3,99); }

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

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

 span { border-color: rgb(67,3,99); }

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