#41375A

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

Shades of Jacarta #41375A

Tints of Jacarta #41375A

Color information

#41375A (or 0x41375A) is unknown color: approx Jacarta. HEX triplet: 41, 37 and 5A. RGB value is (65,55,90). Sum of RGB (Red+Green+Blue) = 65+55+90=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #41375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41375A is #BEC8A5. Grayscale: #3D3D3D. Windows color (decimal): -12503206 or 5912385. OLE color: 5912385.

HSL color Cylindrical-coordinate representation of color #41375A: hue angle of 257.14º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #41375A is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB655590-
CMYK0.280.3900.65
HSL257.14º24.14%28.43%-
HSV(B)257.14º38.89%35.29%-
XYZ5.394.5910.28-
YUV61.98143.81130.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.95%
GREEN value IS 55 (21.88% from 255) = 26.19%
BLUE value IS 90 (35.55% from 255) = 42.86%
R=30.95%
G=26.19%
B=42.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6555900.280.3900.65257.1424.1428.43
Hex41375A1C27041101181c
Octal10167132344701014013034
Binary1000001110111101101011100100111010000011000000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41375A; }

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

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

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

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

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

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

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

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