#430761

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

Shades of Indigo #430761

Tints of Indigo #430761

Color information

#430761 (or 0x430761) is unknown color: approx Indigo. HEX triplet: 43, 07 and 61. RGB value is (67,7,97). Sum of RGB (Red+Green+Blue) = 67+7+97=171 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.18% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #430761 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430761 is #BCF89E. Grayscale: #222222. Windows color (decimal): -12384415 or 6358851. OLE color: 6358851.

HSL color Cylindrical-coordinate representation of color #430761: hue angle of 280º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430761 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB67797-
CMYK0.310.9300.62
HSL280º86.54%20.39%-
HSV(B)280º92.78%38.04%-
XYZ4.552.2111.5-
YUV35.2162.88150.68-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 39.18%
GREEN value IS 7 (3.12% from 255) = 4.09%
BLUE value IS 97 (38.28% from 255) = 56.73%
R=39.18%
G=4.09%
B=56.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal677970.310.9300.6228086.5420.39
Hex437611F5D03E1185714
Octal10371413713507643012724
Binary100001111111000011111110111010111110100011000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430761; }

 p { color: rgb(67,7,97); }

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

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

 a { background-color: rgb(67,7,97); }

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

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

 span { border-color: rgb(67,7,97); }

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