#430099

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

Shades of Indigo #430099

Tints of Indigo #430099

Color information

#430099 (or 0x430099) is unknown color: approx Indigo. HEX triplet: 43, 00 and 99. RGB value is (67,0,153). Sum of RGB (Red+Green+Blue) = 67+0+153=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 153 (60.16% from 255 or 69.55% from 220); Max value from RGB is 153 - color contains mainly: blue. Hex color #430099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430099 is #BCFF66. Grayscale: #242424. Windows color (decimal): -12386151 or 10027075. OLE color: 10027075.

HSL color Cylindrical-coordinate representation of color #430099: hue angle of 266.27º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430099 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB670153-
CMYK0.56100.4
HSL266.27º100%30%-
HSV(B)266.27º100%60%-
XYZ8.063.4930.39-
YUV37.47193.2149.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 153 (60.16% from 255) = 69.55%
R=30.45%
G=0%
B=69.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6701530.56100.4266.2710030
Hex43099386402810a641e
Octal10302317014405041214436
Binary100001101001100111100011001000101000100001010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430099; }

 p { color: rgb(67,0,153); }

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

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

 a { background-color: rgb(67,0,153); }

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

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

 span { border-color: rgb(67,0,153); }

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