#430465

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

Shades of Indigo #430465

Tints of Indigo #430465

Color information

#430465 (or 0x430465) is unknown color: approx Indigo. HEX triplet: 43, 04 and 65. RGB value is (67,4,101). Sum of RGB (Red+Green+Blue) = 67+4+101=172 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.95% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 101 (39.84% from 255 or 58.72% from 172); Max value from RGB is 101 - color contains mainly: blue. Hex color #430465 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430465 is #BCFB9A. Grayscale: #212121. Windows color (decimal): -12385179 or 6620227. OLE color: 6620227.

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

Color convert

RGB674101-
CMYK0.340.9600.60
HSL278.97º92.38%20.59%-
HSV(B)278.97º96.04%39.61%-
XYZ4.712.2212.49-
YUV33.89165.87151.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.95%
GREEN value IS 4 (1.95% from 255) = 2.33%
BLUE value IS 101 (39.84% from 255) = 58.72%
R=38.95%
G=2.33%
B=58.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6741010.340.9600.60278.9792.3820.59
Hex43465226003C1175c15
Octal10341454214007442713425
Binary1000011100110010110001011000000111100100010111101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430465; }

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

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

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

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

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

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

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

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