Html Css Color HEX #413B59 Jacarta

📋 copy color: '#413B59'

red 65 ◦ green 59 ◦ blue 89

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

Shades of Jacarta #413B59

Tints of Jacarta #413B59

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.7%

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

R = 30.52%
G = 27.7%
B = 41.78%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#413B59 (or 0x413B59) is known color: Jacarta. HEX triplet: 41, 3B and 59. RGB value is (65,59,89). Sum of RGB (Red+Green+Blue) = 65+59+89=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 59 (23.44% from 255 or 27.70% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #413B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413B59 is #BEC4A6. Grayscale: #404040. Windows color (decimal): -12502183 or 5847873. OLE color: 5847873.

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

Color convert

RGB 65 59 89 -
CMYK 0.27 0.34 0 0.65
HSL 252º 0.2% 0.29% -
HSV(B) 252º 0.34% 0.35% -
XYZ 5.55 4.97 10.12 -
YUV 64.21 141.99 128.56 -
System Red Green Blue C M Y K H S L
Decimal 65 59 89 0.27 0.34 0 0.65 252 0.2 0.29
Hex 41 3B 59 1B 22 0 41 FC 14 1D
Octal 101 73 131 33 42 0 101 374 24 35
Binary 1000001 111011 1011001 11011 100010 0 1000001 11111100 10100 11101

Color Harmonies of #413B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B59

Black with #413B59

Text Example


Text Example

White with #413B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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