#413260

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

Shades of Jacarta #413260

Tints of Jacarta #413260

Color information

#413260 (or 0x413260) is unknown color: approx Jacarta. HEX triplet: 41, 32 and 60. RGB value is (65,50,96). Sum of RGB (Red+Green+Blue) = 65+50+96=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #413260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413260 is #BECD9F. Grayscale: #3B3B3B. Windows color (decimal): -12504480 or 6304321. OLE color: 6304321.

HSL color Cylindrical-coordinate representation of color #413260: hue angle of 259.57º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #413260 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB655096-
CMYK0.320.4800.62
HSL259.57º31.51%28.63%-
HSV(B)259.57º47.92%37.65%-
XYZ5.434.2511.6-
YUV59.73148.47131.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.81%
GREEN value IS 50 (19.92% from 255) = 23.70%
BLUE value IS 96 (37.89% from 255) = 45.50%
R=30.81%
G=23.70%
B=45.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6550960.320.4800.62259.5731.5128.63
Hex413260203003E104201d
Octal1016214040600764044035
Binary10000011100101100000100000110000011111010000010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413260; }

 p { color: rgb(65,50,96); }

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

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

 a { background-color: rgb(65,50,96); }

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

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

 span { border-color: rgb(65,50,96); }

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