Html Css Color HEX #402E5C Jacarta

📋 copy color: '#402E5C'

red 64 ◦ green 46 ◦ blue 92

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

Shades of Jacarta #402E5C

Tints of Jacarta #402E5C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.77%

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

R = 31.68%
G = 22.77%
B = 45.54%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#402E5C (or 0x402E5C) is known color: Jacarta. HEX triplet: 40, 2E and 5C. RGB value is (64,46,92). Sum of RGB (Red+Green+Blue) = 64+46+92=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #402E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402E5C is #BFD1A3. Grayscale: #383838. Windows color (decimal): -12571044 or 6041152. OLE color: 6041152.

HSL color Cylindrical-coordinate representation of color #402E5C: hue angle of 263.48º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #402E5C is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 46 92 -
CMYK 0.30 0.50 0 0.64
HSL 263.48º 0.33% 0.27% -
HSV(B) 263.48º 0.5% 0.36% -
XYZ 5.02 3.82 10.6 -
YUV 56.63 147.96 133.26 -
System Red Green Blue C M Y K H S L
Decimal 64 46 92 0.30 0.50 0 0.64 263.48 0.33 0.27
Hex 40 2E 5C 1E 32 0 40 107 21 1B
Octal 100 56 134 36 62 0 100 407 41 33
Binary 1000000 101110 1011100 11110 110010 0 1000000 100000111 100001 11011

Color Harmonies of #402E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402E5C

Black with #402E5C

Text Example


Text Example

White with #402E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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