Html Css Color HEX #40335C Jacarta

📋 copy color: '#40335C'

red 64 ◦ green 51 ◦ blue 92

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

Shades of Jacarta #40335C

Tints of Jacarta #40335C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.44%

R = 30.92%
G = 24.64%
B = 44.44%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40335C (or 0x40335C) is known color: Jacarta. HEX triplet: 40, 33 and 5C. RGB value is (64,51,92). Sum of RGB (Red+Green+Blue) = 64+51+92=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #40335C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40335C is #BFCCA3. Grayscale: #3B3B3B. Windows color (decimal): -12569764 or 6042432. OLE color: 6042432.

HSL color Cylindrical-coordinate representation of color #40335C: hue angle of 259.02º 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 #40335C is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 51 92 -
CMYK 0.30 0.45 0 0.64
HSL 259.02º 0.29% 0.28% -
HSV(B) 259.02º 0.45% 0.36% -
XYZ 5.23 4.23 10.67 -
YUV 59.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 64 51 92 0.30 0.45 0 0.64 259.02 0.29 0.28
Hex 40 33 5C 1E 2D 0 40 103 1D 1C
Octal 100 63 134 36 55 0 100 403 35 34
Binary 1000000 110011 1011100 11110 101101 0 1000000 100000011 11101 11100

Color Harmonies of #40335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40335C

Black with #40335C

Text Example


Text Example

White with #40335C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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