#430162

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

Shades of Indigo #430162

Tints of Indigo #430162

Color information

#430162 (or 0x430162) is unknown color: approx Indigo. HEX triplet: 43, 01 and 62. RGB value is (67,1,98). Sum of RGB (Red+Green+Blue) = 67+1+98=166 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.36% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #430162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430162 is #BCFE9D. Grayscale: #1F1F1F. Windows color (decimal): -12385950 or 6422851. OLE color: 6422851.

HSL color Cylindrical-coordinate representation of color #430162: hue angle of 280.82º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430162 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB67198-
CMYK0.320.9900.62
HSL280.82º97.98%19.41%-
HSV(B)280.82º98.98%38.43%-
XYZ4.532.111.72-
YUV31.79165.37153.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 40.36%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 98 (38.67% from 255) = 59.04%
R=40.36%
G=0.60%
B=59.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal671980.320.9900.62280.8297.9819.41
Hex43162206303E1196213
Octal10311424014307643114223
Binary10000111110001010000011000110111110100011001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430162; }

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

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

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

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

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

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

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

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