Html Css Color HEX #403561 Jacarta

📋 copy color: '#403561'

red 64 ◦ green 53 ◦ blue 97

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

Shades of Jacarta #403561

Tints of Jacarta #403561

RGB

 RED value IS 64 (25.39% from 255) = 29.91%

 GREEN value IS 53 (21.09% from 255) = 24.77%

 BLUE value IS 97 (38.28% from 255) = 45.33%

R = 29.91%
G = 24.77%
B = 45.33%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#403561 (or 0x403561) is known color: Jacarta. HEX triplet: 40, 35 and 61. RGB value is (64,53,97). Sum of RGB (Red+Green+Blue) = 64+53+97=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 97 - color contains mainly: blue. Hex color #403561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403561 is #BFCA9E. Grayscale: #3D3D3D. Windows color (decimal): -12569247 or 6370624. OLE color: 6370624.

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

Color convert

RGB 64 53 97 -
CMYK 0.34 0.45 0 0.62
HSL 255º 0.29% 0.29% -
HSV(B) 255º 0.45% 0.38% -
XYZ 5.55 4.5 11.89 -
YUV 61.31 148.14 129.92 -
System Red Green Blue C M Y K H S L
Decimal 64 53 97 0.34 0.45 0 0.62 255 0.29 0.29
Hex 40 35 61 22 2D 0 3E FF 1D 1D
Octal 100 65 141 42 55 0 76 377 35 35
Binary 1000000 110101 1100001 100010 101101 0 111110 11111111 11101 11101

Color Harmonies of #403561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403561

Black with #403561

Text Example


Text Example

White with #403561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403561; }

 p { color: rgb(64,53,97); }

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

background-color css

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

 a { background-color: rgb(64,53,97); }

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

border-color css

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

 span { border-color: rgb(64,53,97); }

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