#430992

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

Shades of Indigo #430992

Tints of Indigo #430992

Color information

#430992 (or 0x430992) is unknown color: approx Indigo. HEX triplet: 43, 09 and 92. RGB value is (67,9,146). Sum of RGB (Red+Green+Blue) = 67+9+146=222 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.18% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 146 (57.42% from 255 or 65.77% from 222); Max value from RGB is 146 - color contains mainly: blue. Hex color #430992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430992 is #BCF66D. Grayscale: #292929. Windows color (decimal): -12383854 or 9570627. OLE color: 9570627.

HSL color Cylindrical-coordinate representation of color #430992: hue angle of 265.4º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430992 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB679146-
CMYK0.540.9400.43
HSL265.4º88.39%30.39%-
HSV(B)265.4º93.84%57.25%-
XYZ7.63.4627.46-
YUV41.96186.72145.86-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.18%
GREEN value IS 9 (3.91% from 255) = 4.05%
BLUE value IS 146 (57.42% from 255) = 65.77%
R=30.18%
G=4.05%
B=65.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6791460.540.9400.43265.488.3930.39
Hex43992365E02B109581e
Octal103112226613605341113036
Binary100001110011001001011011010111100101011100001001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430992; }

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

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

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

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

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

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

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

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