#41305C

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

Shades of Jacarta #41305C

Tints of Jacarta #41305C

Color information

#41305C (or 0x41305C) is unknown color: approx Jacarta. HEX triplet: 41, 30 and 5C. RGB value is (65,48,92). Sum of RGB (Red+Green+Blue) = 65+48+92=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #41305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41305C is #BECFA3. Grayscale: #393939. Windows color (decimal): -12504996 or 6041665. OLE color: 6041665.

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

Color convert

RGB654892-
CMYK0.290.4800.64
HSL263.18º31.43%27.45%-
HSV(B)263.18º47.83%36.08%-
XYZ5.174.0110.63-
YUV58.1147.13132.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.71%
GREEN value IS 48 (19.14% from 255) = 23.41%
BLUE value IS 92 (36.33% from 255) = 44.88%
R=31.71%
G=23.41%
B=44.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6548920.290.4800.64263.1831.4327.45
Hex41305C1D300401071f1b
Octal10160134356001004073733
Binary1000001110000101110011101110000010000001000001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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