Html Css Color HEX #403558 Jacarta

📋 copy color: '#403558'

red 64 ◦ green 53 ◦ blue 88

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

Shades of Jacarta #403558

Tints of Jacarta #403558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 42.93%

R = 31.22%
G = 25.85%
B = 42.93%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#403558 (or 0x403558) is known color: Jacarta. HEX triplet: 40, 35 and 58. RGB value is (64,53,88). Sum of RGB (Red+Green+Blue) = 64+53+88=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: blue. Hex color #403558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403558 is #BFCAA7. Grayscale: #3C3C3C. Windows color (decimal): -12569256 or 5780800. OLE color: 5780800.

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

Color convert

RGB 64 53 88 -
CMYK 0.27 0.40 0 0.65
HSL 258.86º 0.25% 0.28% -
HSV(B) 258.86º 0.4% 0.35% -
XYZ 5.15 4.34 9.8 -
YUV 60.28 143.64 130.65 -
System Red Green Blue C M Y K H S L
Decimal 64 53 88 0.27 0.40 0 0.65 258.86 0.25 0.28
Hex 40 35 58 1B 28 0 41 103 19 1C
Octal 100 65 130 33 50 0 101 403 31 34
Binary 1000000 110101 1011000 11011 101000 0 1000001 100000011 11001 11100

Color Harmonies of #403558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403558

Black with #403558

Text Example


Text Example

White with #403558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403558; }

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

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

background-color css

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

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

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

border-color css

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

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

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