#431299

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

Shades of Indigo #431299

Tints of Indigo #431299

Color information

#431299 (or 0x431299) is unknown color: approx Indigo. HEX triplet: 43, 12 and 99. RGB value is (67,18,153). Sum of RGB (Red+Green+Blue) = 67+18+153=238 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.15% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #431299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431299 is #BCED66. Grayscale: #2F2F2F. Windows color (decimal): -12381543 or 10031683. OLE color: 10031683.

HSL color Cylindrical-coordinate representation of color #431299: hue angle of 261.78º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431299 is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6718153-
CMYK0.560.8800.4
HSL261.78º78.95%33.53%-
HSV(B)261.78º88.24%60%-
XYZ8.283.9330.46-
YUV48.04187.23141.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.15%
GREEN value IS 18 (7.42% from 255) = 7.56%
BLUE value IS 153 (60.16% from 255) = 64.29%
R=28.15%
G=7.56%
B=64.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal67181530.560.8800.4261.7878.9533.53
Hex43129938580281064f22
Octal103222317013005040611742
Binary10000111001010011001111000101100001010001000001101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431299; }

 p { color: rgb(67,18,153); }

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

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

 a { background-color: rgb(67,18,153); }

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

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

 span { border-color: rgb(67,18,153); }

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