#430670

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

Shades of Indigo #430670

Tints of Indigo #430670

Color information

#430670 (or 0x430670) is unknown color: approx Indigo. HEX triplet: 43, 06 and 70. RGB value is (67,6,112). Sum of RGB (Red+Green+Blue) = 67+6+112=185 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.22% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #430670 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430670 is #BCF98F. Grayscale: #232323. Windows color (decimal): -12384656 or 7341635. OLE color: 7341635.

HSL color Cylindrical-coordinate representation of color #430670: hue angle of 274.53º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430670 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB676112-
CMYK0.400.9500.56
HSL274.53º89.83%23.14%-
HSV(B)274.53º94.64%43.92%-
XYZ5.32.4915.53-
YUV36.32170.71149.88-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.22%
GREEN value IS 6 (2.73% from 255) = 3.24%
BLUE value IS 112 (44.14% from 255) = 60.54%
R=36.22%
G=3.24%
B=60.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6761120.400.9500.56274.5389.8323.14
Hex43670285F0381135a17
Octal10361605013707042313227
Binary1000011110111000010100010111110111000100010011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430670; }

 p { color: rgb(67,6,112); }

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

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

 a { background-color: rgb(67,6,112); }

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

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

 span { border-color: rgb(67,6,112); }

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