#431095

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

Shades of Indigo #431095

Tints of Indigo #431095

Color information

#431095 (or 0x431095) is unknown color: approx Indigo. HEX triplet: 43, 10 and 95. RGB value is (67,16,149). Sum of RGB (Red+Green+Blue) = 67+16+149=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #431095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431095 is #BCEF6A. Grayscale: #2D2D2D. Windows color (decimal): -12382059 or 9769027. OLE color: 9769027.

HSL color Cylindrical-coordinate representation of color #431095: hue angle of 263.01º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #431095 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6716149-
CMYK0.550.8900.42
HSL263.01º80.61%32.35%-
HSV(B)263.01º89.26%58.43%-
XYZ7.923.7328.74-
YUV46.41185.9142.69-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.88%
GREEN value IS 16 (6.64% from 255) = 6.90%
BLUE value IS 149 (58.59% from 255) = 64.22%
R=28.88%
G=6.90%
B=64.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67161490.550.8900.42263.0180.6132.35
Hex431095375902A1075120
Octal103202256713105240712140
Binary10000111000010010101110111101100101010101000001111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431095; }

 p { color: rgb(67,16,149); }

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

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

 a { background-color: rgb(67,16,149); }

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

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

 span { border-color: rgb(67,16,149); }

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