Html Css Color HEX #40335B Jacarta

📋 copy color: '#40335B'

red 64 ◦ green 51 ◦ blue 91

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

Shades of Jacarta #40335B

Tints of Jacarta #40335B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.76%

 BLUE value IS 91 (35.94% from 255) = 44.17%

R = 31.07%
G = 24.76%
B = 44.17%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40335B (or 0x40335B) is known color: Jacarta. HEX triplet: 40, 33 and 5B. RGB value is (64,51,91). Sum of RGB (Red+Green+Blue) = 64+51+91=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #40335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40335B is #BFCCA4. Grayscale: #3B3B3B. Windows color (decimal): -12569765 or 5976896. OLE color: 5976896.

HSL color Cylindrical-coordinate representation of color #40335B: hue angle of 259.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #40335B is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 51 91 -
CMYK 0.30 0.44 0 0.64
HSL 259.5º 0.28% 0.28% -
HSV(B) 259.5º 0.44% 0.36% -
XYZ 5.19 4.21 10.44 -
YUV 59.45 145.81 131.25 -
System Red Green Blue C M Y K H S L
Decimal 64 51 91 0.30 0.44 0 0.64 259.5 0.28 0.28
Hex 40 33 5B 1E 2C 0 40 104 1C 1C
Octal 100 63 133 36 54 0 100 404 34 34
Binary 1000000 110011 1011011 11110 101100 0 1000000 100000100 11100 11100

Color Harmonies of #40335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40335B

Black with #40335B

Text Example


Text Example

White with #40335B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40335B; }

 p { color: rgb(64,51,91); }

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

background-color css

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

 a { background-color: rgb(64,51,91); }

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

border-color css

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

 span { border-color: rgb(64,51,91); }

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