#430180

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

Shades of Indigo #430180

Tints of Indigo #430180

Color information

#430180 (or 0x430180) is unknown color: approx Indigo. HEX triplet: 43, 01 and 80. RGB value is (67,1,128). Sum of RGB (Red+Green+Blue) = 67+1+128=196 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.18% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 128 (50.39% from 255 or 65.31% from 196); Max value from RGB is 128 - color contains mainly: blue. Hex color #430180 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430180 is #BCFE7F. Grayscale: #222222. Windows color (decimal): -12385920 or 8388931. OLE color: 8388931.

HSL color Cylindrical-coordinate representation of color #430180: hue angle of 271.18º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430180 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB671128-
CMYK0.480.9900.50
HSL271.18º98.45%25.29%-
HSV(B)271.18º99.22%50.2%-
XYZ6.222.7720.63-
YUV35.21180.37150.67-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.18%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 128 (50.39% from 255) = 65.31%
R=34.18%
G=0.51%
B=65.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6711280.480.9900.50271.1898.4525.29
Hex43180306303210f6219
Octal10312006014306241714231
Binary100001111000000011000011000110110010100001111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430180; }

 p { color: rgb(67,1,128); }

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

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

 a { background-color: rgb(67,1,128); }

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

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

 span { border-color: rgb(67,1,128); }

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