Html Css Color HEX #403858 Jacarta

📋 copy color: '#403858'

red 64 ◦ green 56 ◦ blue 88

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

Shades of Jacarta #403858

Tints of Jacarta #403858

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.92%

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

R = 30.77%
G = 26.92%
B = 42.31%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#403858 (or 0x403858) is known color: Jacarta. HEX triplet: 40, 38 and 58. RGB value is (64,56,88). Sum of RGB (Red+Green+Blue) = 64+56+88=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 88 - color contains mainly: blue. Hex color #403858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403858 is #BFC7A7. Grayscale: #3D3D3D. Windows color (decimal): -12568488 or 5781568. OLE color: 5781568.

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

Color convert

RGB 64 56 88 -
CMYK 0.27 0.36 0 0.65
HSL 255º 0.22% 0.28% -
HSV(B) 255º 0.36% 0.35% -
XYZ 5.29 4.62 9.85 -
YUV 62.04 142.65 129.4 -
System Red Green Blue C M Y K H S L
Decimal 64 56 88 0.27 0.36 0 0.65 255 0.22 0.28
Hex 40 38 58 1B 24 0 41 FF 16 1C
Octal 100 70 130 33 44 0 101 377 26 34
Binary 1000000 111000 1011000 11011 100100 0 1000001 11111111 10110 11100

Color Harmonies of #403858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403858

Black with #403858

Text Example


Text Example

White with #403858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403858; }

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

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

background-color css

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

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

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

border-color css

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

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

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