Html Css Color HEX #413C59 Jacarta

📋 copy color: '#413C59'

red 65 ◦ green 60 ◦ blue 89

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

Shades of Jacarta #413C59

Tints of Jacarta #413C59

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.04%

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

R = 30.37%
G = 28.04%
B = 41.59%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#413C59 (or 0x413C59) is known color: Jacarta. HEX triplet: 41, 3C and 59. RGB value is (65,60,89). Sum of RGB (Red+Green+Blue) = 65+60+89=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 89 - color contains mainly: blue. Hex color #413C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413C59 is #BEC3A6. Grayscale: #404040. Windows color (decimal): -12501927 or 5848129. OLE color: 5848129.

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

Color convert

RGB 65 60 89 -
CMYK 0.27 0.33 0 0.65
HSL 250.34º 0.19% 0.29% -
HSV(B) 250.34º 0.33% 0.35% -
XYZ 5.6 5.08 10.14 -
YUV 64.8 141.66 128.14 -
System Red Green Blue C M Y K H S L
Decimal 65 60 89 0.27 0.33 0 0.65 250.34 0.19 0.29
Hex 41 3C 59 1B 21 0 41 FA 13 1D
Octal 101 74 131 33 41 0 101 372 23 35
Binary 1000001 111100 1011001 11011 100001 0 1000001 11111010 10011 11101

Color Harmonies of #413C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C59

Black with #413C59

Text Example


Text Example

White with #413C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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