#2A2981

Color #2A2981 Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #2A2981

Tints of Torea Bay #2A2981

Color information

#2A2981 (or 0x2A2981) is unknown color: approx Torea Bay. HEX triplet: 2A, 29 and 81. RGB value is (42,41,129). Sum of RGB (Red+Green+Blue) = 42+41+129=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 129 (50.78% from 255 or 60.85% from 212); Max value from RGB is 129 - color contains mainly: blue. Hex color #2A2981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2981 is #D5D67E. Grayscale: #323232. Windows color (decimal): -14014079 or 8464682. OLE color: 8464682.

HSL color Cylindrical-coordinate representation of color #2A2981: hue angle of 240.68º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A2981 is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4241129-
CMYK0.670.6800.49
HSL240.68º51.76%33.33%-
HSV(B)240.68º68.22%50.59%-
XYZ5.713.6621.17-
YUV51.33171.83121.34-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.81%
GREEN value IS 41 (16.41% from 255) = 19.34%
BLUE value IS 129 (50.78% from 255) = 60.85%
R=19.81%
G=19.34%
B=60.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal42411290.670.6800.49240.6851.7633.33
Hex2A29814344031f13421
Octal52512011031040613616441
Binary1010101010011000000110000111000100011000111110001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A2981; }

 p { color: rgb(42,41,129); }

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

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

 a { background-color: rgb(42,41,129); }

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

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

 span { border-color: rgb(42,41,129); }

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