Html Css Color HEX #413259 Jacarta

📋 copy color: '#413259'

red 65 ◦ green 50 ◦ blue 89

#413259
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacarta #413259

Tints of Jacarta #413259

RGB

 RED value IS 65 (25.78% from 255) = 31.86%

 GREEN value IS 50 (19.92% from 255) = 24.51%

 BLUE value IS 89 (35.16% from 255) = 43.63%

R = 31.86%
G = 24.51%
B = 43.63%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#413259 (or 0x413259) is known color: Jacarta. HEX triplet: 41, 32 and 59. RGB value is (65,50,89). Sum of RGB (Red+Green+Blue) = 65+50+89=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #413259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413259 is #BECDA6. Grayscale: #3A3A3A. Windows color (decimal): -12504487 or 5845569. OLE color: 5845569.

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

Color convert

RGB 65 50 89 -
CMYK 0.27 0.44 0 0.65
HSL 263.08º 0.28% 0.27% -
HSV(B) 263.08º 0.44% 0.35% -
XYZ 5.12 4.13 9.98 -
YUV 58.93 144.97 132.33 -
System Red Green Blue C M Y K H S L
Decimal 65 50 89 0.27 0.44 0 0.65 263.08 0.28 0.27
Hex 41 32 59 1B 2C 0 41 107 1C 1B
Octal 101 62 131 33 54 0 101 407 34 33
Binary 1000001 110010 1011001 11011 101100 0 1000001 100000111 11100 11011

Color Harmonies of #413259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413259

Black with #413259

Text Example


Text Example

White with #413259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413259; }

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

 H1.HeaderClassName
 {
   color: #413259;
 }
 .AnyTagClassName
 {
   color: #413259;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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