Html Css Color HEX #402F5D Jacarta

📋 copy color: '#402F5D'

red 64 ◦ green 47 ◦ blue 93

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

Shades of Jacarta #402F5D

Tints of Jacarta #402F5D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.04%

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

R = 31.37%
G = 23.04%
B = 45.59%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#402F5D (or 0x402F5D) is known color: Jacarta. HEX triplet: 40, 2F and 5D. RGB value is (64,47,93). Sum of RGB (Red+Green+Blue) = 64+47+93=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #402F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402F5D is #BFD0A2. Grayscale: #393939. Windows color (decimal): -12570787 or 6106944. OLE color: 6106944.

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

Color convert

RGB 64 47 93 -
CMYK 0.31 0.49 0 0.64
HSL 262.17º 0.33% 0.27% -
HSV(B) 262.17º 0.49% 0.36% -
XYZ 5.11 3.91 10.84 -
YUV 57.33 148.13 132.76 -
System Red Green Blue C M Y K H S L
Decimal 64 47 93 0.31 0.49 0 0.64 262.17 0.33 0.27
Hex 40 2F 5D 1F 31 0 40 106 21 1B
Octal 100 57 135 37 61 0 100 406 41 33
Binary 1000000 101111 1011101 11111 110001 0 1000000 100000110 100001 11011

Color Harmonies of #402F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402F5D

Black with #402F5D

Text Example


Text Example

White with #402F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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