Html Css Color HEX #413956 Jacarta

📋 copy color: '#413956'

red 65 ◦ green 57 ◦ blue 86

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

Shades of Jacarta #413956

Tints of Jacarta #413956

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.4%

 BLUE value IS 86 (33.98% from 255) = 41.35%

R = 31.25%
G = 27.4%
B = 41.35%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#413956 (or 0x413956) is known color: Jacarta. HEX triplet: 41, 39 and 56. RGB value is (65,57,86). Sum of RGB (Red+Green+Blue) = 65+57+86=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 86 - color contains mainly: blue. Hex color #413956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413956 is #BEC6A9. Grayscale: #3E3E3E. Windows color (decimal): -12502698 or 5650753. OLE color: 5650753.

HSL color Cylindrical-coordinate representation of color #413956: hue angle of 256.55º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #413956 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 57 86 -
CMYK 0.24 0.34 0 0.66
HSL 256.55º 0.2% 0.28% -
HSV(B) 256.55º 0.34% 0.34% -
XYZ 5.32 4.72 9.43 -
YUV 62.7 141.15 129.64 -
System Red Green Blue C M Y K H S L
Decimal 65 57 86 0.24 0.34 0 0.66 256.55 0.2 0.28
Hex 41 39 56 18 22 0 42 101 14 1C
Octal 101 71 126 30 42 0 102 401 24 34
Binary 1000001 111001 1010110 11000 100010 0 1000010 100000001 10100 11100

Color Harmonies of #413956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413956

Black with #413956

Text Example


Text Example

White with #413956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413956; }

 p { color: rgb(65,57,86); }

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

background-color css

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

 a { background-color: rgb(65,57,86); }

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

border-color css

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

 span { border-color: rgb(65,57,86); }

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