Html Css Color HEX #413559 Jacarta

📋 copy color: '#413559'

red 65 ◦ green 53 ◦ blue 89

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

Shades of Jacarta #413559

Tints of Jacarta #413559

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.6%

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

R = 31.4%
G = 25.6%
B = 43%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#413559 (or 0x413559) is known color: Jacarta. HEX triplet: 41, 35 and 59. RGB value is (65,53,89). Sum of RGB (Red+Green+Blue) = 65+53+89=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #413559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413559 is #BECAA6. Grayscale: #3C3C3C. Windows color (decimal): -12503719 or 5846337. OLE color: 5846337.

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

Color convert

RGB 65 53 89 -
CMYK 0.27 0.40 0 0.65
HSL 260º 0.25% 0.28% -
HSV(B) 260º 0.4% 0.35% -
XYZ 5.26 4.39 10.02 -
YUV 60.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 65 53 89 0.27 0.40 0 0.65 260 0.25 0.28
Hex 41 35 59 1B 28 0 41 104 19 1C
Octal 101 65 131 33 50 0 101 404 31 34
Binary 1000001 110101 1011001 11011 101000 0 1000001 100000100 11001 11100

Color Harmonies of #413559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413559

Black with #413559

Text Example


Text Example

White with #413559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413559; }

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

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

background-color css

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

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

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

border-color css

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

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

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