Html Css Color HEX #40335D Jacarta

📋 copy color: '#40335D'

red 64 ◦ green 51 ◦ blue 93

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

Shades of Jacarta #40335D

Tints of Jacarta #40335D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 44.71%

R = 30.77%
G = 24.52%
B = 44.71%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40335D (or 0x40335D) is known color: Jacarta. HEX triplet: 40, 33 and 5D. RGB value is (64,51,93). Sum of RGB (Red+Green+Blue) = 64+51+93=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #40335D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40335D is #BFCCA2. Grayscale: #3B3B3B. Windows color (decimal): -12569763 or 6107968. OLE color: 6107968.

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

Color convert

RGB 64 51 93 -
CMYK 0.31 0.45 0 0.64
HSL 258.57º 0.29% 0.28% -
HSV(B) 258.57º 0.45% 0.36% -
XYZ 5.27 4.25 10.9 -
YUV 59.68 146.81 131.08 -
System Red Green Blue C M Y K H S L
Decimal 64 51 93 0.31 0.45 0 0.64 258.57 0.29 0.28
Hex 40 33 5D 1F 2D 0 40 103 1D 1C
Octal 100 63 135 37 55 0 100 403 35 34
Binary 1000000 110011 1011101 11111 101101 0 1000000 100000011 11101 11100

Color Harmonies of #40335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40335D

Black with #40335D

Text Example


Text Example

White with #40335D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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