#402F5E

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

Shades of Jacarta #402F5E

Tints of Jacarta #402F5E

Color information

#402F5E (or 0x402F5E) is unknown color: approx Jacarta. HEX triplet: 40, 2F and 5E. RGB value is (64,47,94). Sum of RGB (Red+Green+Blue) = 64+47+94=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #402F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402F5E is #BFD0A1. Grayscale: #393939. Windows color (decimal): -12570786 or 6172480. OLE color: 6172480.

HSL color Cylindrical-coordinate representation of color #402F5E: hue angle of 261.7º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #402F5E is Cyan = 0.32, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB644794-
CMYK0.320.500.63
HSL261.7º33.33%27.65%-
HSV(B)261.7º50%36.86%-
XYZ5.153.9311.08-
YUV57.44148.63132.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.22%
GREEN value IS 47 (18.75% from 255) = 22.93%
BLUE value IS 94 (37.11% from 255) = 45.85%
R=31.22%
G=22.93%
B=45.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6447940.320.500.63261.733.3327.65
Hex402F5E203203F106211c
Octal1005713640620774064134
Binary10000001011111011110100000110010011111110000011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402F5E; }

 p { color: rgb(64,47,94); }

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

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

 a { background-color: rgb(64,47,94); }

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

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

 span { border-color: rgb(64,47,94); }

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