#430472

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

Shades of Indigo #430472

Tints of Indigo #430472

Color information

#430472 (or 0x430472) is unknown color: approx Indigo. HEX triplet: 43, 04 and 72. RGB value is (67,4,114). Sum of RGB (Red+Green+Blue) = 67+4+114=185 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.22% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 114 (44.92% from 255 or 61.62% from 185); Max value from RGB is 114 - color contains mainly: blue. Hex color #430472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430472 is #BCFB8D. Grayscale: #232323. Windows color (decimal): -12385166 or 7472195. OLE color: 7472195.

HSL color Cylindrical-coordinate representation of color #430472: hue angle of 274.36º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430472 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB674114-
CMYK0.410.9600.55
HSL274.36º93.22%23.14%-
HSV(B)274.36º96.49%44.71%-
XYZ5.42.516.12-
YUV35.38172.37150.56-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.22%
GREEN value IS 4 (1.95% from 255) = 2.16%
BLUE value IS 114 (44.92% from 255) = 61.62%
R=36.22%
G=2.16%
B=61.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6741140.410.9600.55274.3693.2223.14
Hex4347229600371125d17
Octal10341625114006742213527
Binary1000011100111001010100111000000110111100010010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430472; }

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

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

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

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

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

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

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

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