Html Css Color HEX #413359 Jacarta

📋 copy color: '#413359'

red 65 ◦ green 51 ◦ blue 89

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

Shades of Jacarta #413359

Tints of Jacarta #413359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.88%

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

R = 31.71%
G = 24.88%
B = 43.41%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#413359 (or 0x413359) is known color: Jacarta. HEX triplet: 41, 33 and 59. RGB value is (65,51,89). Sum of RGB (Red+Green+Blue) = 65+51+89=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #413359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413359 is #BECCA6. Grayscale: #3B3B3B. Windows color (decimal): -12504231 or 5845825. OLE color: 5845825.

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

Color convert

RGB 65 51 89 -
CMYK 0.27 0.43 0 0.65
HSL 262.11º 0.27% 0.27% -
HSV(B) 262.11º 0.43% 0.35% -
XYZ 5.17 4.21 9.99 -
YUV 59.52 144.64 131.91 -
System Red Green Blue C M Y K H S L
Decimal 65 51 89 0.27 0.43 0 0.65 262.11 0.27 0.27
Hex 41 33 59 1B 2B 0 41 106 1B 1B
Octal 101 63 131 33 53 0 101 406 33 33
Binary 1000001 110011 1011001 11011 101011 0 1000001 100000110 11011 11011

Color Harmonies of #413359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413359

Black with #413359

Text Example


Text Example

White with #413359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413359; }

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

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

background-color css

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

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

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

border-color css

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

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

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