#413258

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

Shades of Jacarta #413258

Tints of Jacarta #413258

Color information

#413258 (or 0x413258) is unknown color: approx Jacarta. HEX triplet: 41, 32 and 58. RGB value is (65,50,88). Sum of RGB (Red+Green+Blue) = 65+50+88=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #413258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413258 is #BECDA7. Grayscale: #3A3A3A. Windows color (decimal): -12504488 or 5780033. OLE color: 5780033.

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

Color convert

RGB655088-
CMYK0.260.4300.65
HSL263.68º27.54%27.06%-
HSV(B)263.68º43.18%34.51%-
XYZ5.084.119.76-
YUV58.82144.47132.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.02%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=32.02%
G=24.63%
B=43.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6550880.260.4300.65263.6827.5427.06
Hex4132581A2B0411081c1b
Octal10162130325301014103433
Binary1000001110010101100011010101011010000011000010001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413258; }

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

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

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

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

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

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

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

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