#430972

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

Shades of Indigo #430972

Tints of Indigo #430972

Color information

#430972 (or 0x430972) is unknown color: approx Indigo. HEX triplet: 43, 09 and 72. RGB value is (67,9,114). Sum of RGB (Red+Green+Blue) = 67+9+114=190 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.26% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #430972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430972 is #BCF68D. Grayscale: #252525. Windows color (decimal): -12383886 or 7473475. OLE color: 7473475.

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

Color convert

RGB679114-
CMYK0.410.9200.55
HSL273.14º85.37%24.12%-
HSV(B)273.14º92.11%44.71%-
XYZ5.452.616.13-
YUV38.31170.72148.46-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.26%
GREEN value IS 9 (3.91% from 255) = 4.74%
BLUE value IS 114 (44.92% from 255) = 60%
R=35.26%
G=4.74%
B=60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6791140.410.9200.55273.1485.3724.12
Hex43972295C0371115518
Octal103111625113406742112530
Binary10000111001111001010100110111000110111100010001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430972; }

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

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

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

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

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

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

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

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