Html Css Color HEX #40385A Jacarta

📋 copy color: '#40385A'

red 64 ◦ green 56 ◦ blue 90

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

Shades of Jacarta #40385A

Tints of Jacarta #40385A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 42.86%

R = 30.48%
G = 26.67%
B = 42.86%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#40385A (or 0x40385A) is known color: Jacarta. HEX triplet: 40, 38 and 5A. RGB value is (64,56,90). Sum of RGB (Red+Green+Blue) = 64+56+90=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #40385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40385A is #BFC7A5. Grayscale: #3E3E3E. Windows color (decimal): -12568486 or 5912640. OLE color: 5912640.

HSL color Cylindrical-coordinate representation of color #40385A: hue angle of 254.12º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #40385A is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 56 90 -
CMYK 0.29 0.38 0 0.65
HSL 254.12º 0.23% 0.29% -
HSV(B) 254.12º 0.38% 0.35% -
XYZ 5.37 4.66 10.29 -
YUV 62.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 64 56 90 0.29 0.38 0 0.65 254.12 0.23 0.29
Hex 40 38 5A 1D 26 0 41 FE 17 1D
Octal 100 70 132 35 46 0 101 376 27 35
Binary 1000000 111000 1011010 11101 100110 0 1000001 11111110 10111 11101

Color Harmonies of #40385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40385A

Black with #40385A

Text Example


Text Example

White with #40385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40385A; }

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

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

background-color css

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

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

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

border-color css

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

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

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