#430365

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

Shades of Indigo #430365

Tints of Indigo #430365

Color information

#430365 (or 0x430365) is unknown color: approx Indigo. HEX triplet: 43, 03 and 65. RGB value is (67,3,101). Sum of RGB (Red+Green+Blue) = 67+3+101=171 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.18% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 101 (39.84% from 255 or 59.06% from 171); Max value from RGB is 101 - color contains mainly: blue. Hex color #430365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430365 is #BCFC9A. Grayscale: #202020. Windows color (decimal): -12385435 or 6619971. OLE color: 6619971.

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

Color convert

RGB673101-
CMYK0.340.9700.60
HSL279.18º94.23%20.39%-
HSV(B)279.18º97.03%39.61%-
XYZ4.72.212.49-
YUV33.31166.2152.03-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 39.18%
GREEN value IS 3 (1.56% from 255) = 1.75%
BLUE value IS 101 (39.84% from 255) = 59.06%
R=39.18%
G=1.75%
B=59.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6731010.340.9700.60279.1894.2320.39
Hex43365226103C1175e14
Octal10331454214107442713624
Binary100001111110010110001011000010111100100010111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430365; }

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

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

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

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

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

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

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

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