#41305F

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

Shades of Jacarta #41305F

Tints of Jacarta #41305F

Color information

#41305F (or 0x41305F) is unknown color: approx Jacarta. HEX triplet: 41, 30 and 5F. RGB value is (65,48,95). Sum of RGB (Red+Green+Blue) = 65+48+95=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 95 - color contains mainly: blue. Hex color #41305F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41305F is #BECFA0. Grayscale: #3A3A3A. Windows color (decimal): -12504993 or 6238273. OLE color: 6238273.

HSL color Cylindrical-coordinate representation of color #41305F: 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.49%. Process color model (Four color, CMYK) of #41305F is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB654895-
CMYK0.320.4900.63
HSL261.7º32.87%28.04%-
HSV(B)261.7º49.47%37.25%-
XYZ5.34.0611.33-
YUV58.44148.63132.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.25%
GREEN value IS 48 (19.14% from 255) = 23.08%
BLUE value IS 95 (37.5% from 255) = 45.67%
R=31.25%
G=23.08%
B=45.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6548950.320.4900.63261.732.8728.04
Hex41305F203103F106211c
Octal1016013740610774064134
Binary10000011100001011111100000110001011111110000011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41305F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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