Html Css Color HEX #413859 Jacarta

📋 copy color: '#413859'

red 65 ◦ green 56 ◦ blue 89

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

Shades of Jacarta #413859

Tints of Jacarta #413859

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.67%

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

R = 30.95%
G = 26.67%
B = 42.38%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#413859 (or 0x413859) is known color: Jacarta. HEX triplet: 41, 38 and 59. RGB value is (65,56,89). Sum of RGB (Red+Green+Blue) = 65+56+89=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #413859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413859 is #BEC7A6. Grayscale: #3E3E3E. Windows color (decimal): -12502951 or 5847105. OLE color: 5847105.

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

Color convert

RGB 65 56 89 -
CMYK 0.27 0.37 0 0.65
HSL 256.36º 0.23% 0.28% -
HSV(B) 256.36º 0.37% 0.35% -
XYZ 5.4 4.67 10.07 -
YUV 62.45 142.98 129.82 -
System Red Green Blue C M Y K H S L
Decimal 65 56 89 0.27 0.37 0 0.65 256.36 0.23 0.28
Hex 41 38 59 1B 25 0 41 100 17 1C
Octal 101 70 131 33 45 0 101 400 27 34
Binary 1000001 111000 1011001 11011 100101 0 1000001 100000000 10111 11100

Color Harmonies of #413859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413859

Black with #413859

Text Example


Text Example

White with #413859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413859; }

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

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

background-color css

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

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

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

border-color css

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

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

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