#413263

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

Shades of Jacarta #413263

Tints of Jacarta #413263

Color information

#413263 (or 0x413263) is unknown color: approx Jacarta. HEX triplet: 41, 32 and 63. RGB value is (65,50,99). Sum of RGB (Red+Green+Blue) = 65+50+99=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #413263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413263 is #BECD9C. Grayscale: #3B3B3B. Windows color (decimal): -12504477 or 6500929. OLE color: 6500929.

HSL color Cylindrical-coordinate representation of color #413263: hue angle of 258.37º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #413263 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB655099-
CMYK0.340.4900.61
HSL258.37º32.89%29.22%-
HSV(B)258.37º49.49%38.82%-
XYZ5.574.3112.34-
YUV60.07149.97131.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.37%
GREEN value IS 50 (19.92% from 255) = 23.36%
BLUE value IS 99 (39.06% from 255) = 46.26%
R=30.37%
G=23.36%
B=46.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6550990.340.4900.61258.3732.8929.22
Hex413263223103D102211d
Octal1016214342610754024135
Binary10000011100101100011100010110001011110110000001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413263; }

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

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

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

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

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

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

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

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