Html Css Color HEX #413459 Jacarta

📋 copy color: '#413459'

red 65 ◦ green 52 ◦ blue 89

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

Shades of Jacarta #413459

Tints of Jacarta #413459

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.24%

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

R = 31.55%
G = 25.24%
B = 43.2%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#413459 (or 0x413459) is known color: Jacarta. HEX triplet: 41, 34 and 59. RGB value is (65,52,89). Sum of RGB (Red+Green+Blue) = 65+52+89=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #413459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413459 is #BECBA6. Grayscale: #3B3B3B. Windows color (decimal): -12503975 or 5846081. OLE color: 5846081.

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

Color convert

RGB 65 52 89 -
CMYK 0.27 0.42 0 0.65
HSL 261.08º 0.26% 0.28% -
HSV(B) 261.08º 0.42% 0.35% -
XYZ 5.21 4.3 10.01 -
YUV 60.11 144.31 131.49 -
System Red Green Blue C M Y K H S L
Decimal 65 52 89 0.27 0.42 0 0.65 261.08 0.26 0.28
Hex 41 34 59 1B 2A 0 41 105 1A 1C
Octal 101 64 131 33 52 0 101 405 32 34
Binary 1000001 110100 1011001 11011 101010 0 1000001 100000101 11010 11100

Color Harmonies of #413459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413459

Black with #413459

Text Example


Text Example

White with #413459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413459; }

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

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

background-color css

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

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

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

border-color css

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

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

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