#41305B

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

Shades of Jacarta #41305B

Tints of Jacarta #41305B

Color information

#41305B (or 0x41305B) is unknown color: approx Jacarta. HEX triplet: 41, 30 and 5B. RGB value is (65,48,91). Sum of RGB (Red+Green+Blue) = 65+48+91=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #41305B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41305B is #BECFA4. Grayscale: #393939. Windows color (decimal): -12504997 or 5976129. OLE color: 5976129.

HSL color Cylindrical-coordinate representation of color #41305B: hue angle of 263.72º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #41305B is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB654891-
CMYK0.290.4700.64
HSL263.72º30.94%27.25%-
HSV(B)263.72º47.25%35.69%-
XYZ5.133.9910.4-
YUV57.98146.63133-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.86%
GREEN value IS 48 (19.14% from 255) = 23.53%
BLUE value IS 91 (35.94% from 255) = 44.61%
R=31.86%
G=23.53%
B=44.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6548910.290.4700.64263.7230.9427.25
Hex41305B1D2F0401081f1b
Octal10160133355701004103733
Binary1000001110000101101111101101111010000001000010001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41305B; }

 p { color: rgb(65,48,91); }

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

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

 a { background-color: rgb(65,48,91); }

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

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

 span { border-color: rgb(65,48,91); }

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