Html Css Color HEX #413159 Jacarta

📋 copy color: '#413159'

red 65 ◦ green 49 ◦ blue 89

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

Shades of Jacarta #413159

Tints of Jacarta #413159

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.14%

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

R = 32.02%
G = 24.14%
B = 43.84%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#413159 (or 0x413159) is known color: Jacarta. HEX triplet: 41, 31 and 59. RGB value is (65,49,89). Sum of RGB (Red+Green+Blue) = 65+49+89=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #413159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413159 is #BECEA6. Grayscale: #3A3A3A. Windows color (decimal): -12504743 or 5845313. OLE color: 5845313.

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

Color convert

RGB 65 49 89 -
CMYK 0.27 0.45 0 0.65
HSL 264º 0.29% 0.27% -
HSV(B) 264º 0.45% 0.35% -
XYZ 5.08 4.04 9.96 -
YUV 58.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 65 49 89 0.27 0.45 0 0.65 264 0.29 0.27
Hex 41 31 59 1B 2D 0 41 108 1D 1B
Octal 101 61 131 33 55 0 101 410 35 33
Binary 1000001 110001 1011001 11011 101101 0 1000001 100001000 11101 11011

Color Harmonies of #413159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413159

Black with #413159

Text Example


Text Example

White with #413159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413159; }

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

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

background-color css

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

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

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

border-color css

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

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

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