#413761

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

Shades of Jacarta #413761

Tints of Jacarta #413761

Color information

#413761 (or 0x413761) is unknown color: approx Jacarta. HEX triplet: 41, 37 and 61. RGB value is (65,55,97). Sum of RGB (Red+Green+Blue) = 65+55+97=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #413761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413761 is #BEC89E. Grayscale: #3E3E3E. Windows color (decimal): -12503199 or 6371137. OLE color: 6371137.

HSL color Cylindrical-coordinate representation of color #413761: hue angle of 254.29º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #413761 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB655597-
CMYK0.330.4300.62
HSL254.29º27.63%29.8%-
HSV(B)254.29º43.3%38.04%-
XYZ5.74.7211.92-
YUV62.78147.31129.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.95%
GREEN value IS 55 (21.88% from 255) = 25.35%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=29.95%
G=25.35%
B=44.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6555970.330.4300.62254.2927.6329.8
Hex413761212B03Efe1c1e
Octal1016714141530763763436
Binary100000111011111000011000011010110111110111111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413761; }

 p { color: rgb(65,55,97); }

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

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

 a { background-color: rgb(65,55,97); }

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

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

 span { border-color: rgb(65,55,97); }

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