Html Css Color HEX #413957 Jacarta

📋 copy color: '#413957'

red 65 ◦ green 57 ◦ blue 87

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

Shades of Jacarta #413957

Tints of Jacarta #413957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 41.63%

R = 31.1%
G = 27.27%
B = 41.63%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#413957 (or 0x413957) is known color: Jacarta. HEX triplet: 41, 39 and 57. RGB value is (65,57,87). Sum of RGB (Red+Green+Blue) = 65+57+87=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 87 - color contains mainly: blue. Hex color #413957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413957 is #BEC6A8. Grayscale: #3E3E3E. Windows color (decimal): -12502697 or 5716289. OLE color: 5716289.

HSL color Cylindrical-coordinate representation of color #413957: hue angle of 256º degrees, saturation: 0.21, 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 #413957 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 57 87 -
CMYK 0.25 0.34 0 0.66
HSL 256º 0.21% 0.28% -
HSV(B) 256º 0.34% 0.34% -
XYZ 5.36 4.74 9.65 -
YUV 62.81 141.65 129.56 -
System Red Green Blue C M Y K H S L
Decimal 65 57 87 0.25 0.34 0 0.66 256 0.21 0.28
Hex 41 39 57 19 22 0 42 100 15 1C
Octal 101 71 127 31 42 0 102 400 25 34
Binary 1000001 111001 1010111 11001 100010 0 1000010 100000000 10101 11100

Color Harmonies of #413957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413957

Black with #413957

Text Example


Text Example

White with #413957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413957; }

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

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

background-color css

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

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

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

border-color css

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

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

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