#430572

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

Shades of Indigo #430572

Tints of Indigo #430572

Color information

#430572 (or 0x430572) is unknown color: approx Indigo. HEX triplet: 43, 05 and 72. RGB value is (67,5,114). Sum of RGB (Red+Green+Blue) = 67+5+114=186 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.02% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #430572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430572 is #BCFA8D. Grayscale: #232323. Windows color (decimal): -12384910 or 7472451. OLE color: 7472451.

HSL color Cylindrical-coordinate representation of color #430572: hue angle of 274.13º degrees, saturation: 0.92, 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 #430572 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB675114-
CMYK0.410.9600.55
HSL274.13º91.6%23.33%-
HSV(B)274.13º95.61%44.71%-
XYZ5.412.5216.12-
YUV35.96172.04150.14-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.02%
GREEN value IS 5 (2.34% from 255) = 2.69%
BLUE value IS 114 (44.92% from 255) = 61.29%
R=36.02%
G=2.69%
B=61.29%

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
Decimal6751140.410.9600.55274.1391.623.33
Hex4357229600371125c17
Octal10351625114006742213427
Binary1000011101111001010100111000000110111100010010101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430572; }

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

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

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

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

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

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

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

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