Html Css Color HEX #403361 Jacarta

📋 copy color: '#403361'

red 64 ◦ green 51 ◦ blue 97

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

Shades of Jacarta #403361

Tints of Jacarta #403361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 45.75%

R = 30.19%
G = 24.06%
B = 45.75%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#403361 (or 0x403361) is known color: Jacarta. HEX triplet: 40, 33 and 61. RGB value is (64,51,97). Sum of RGB (Red+Green+Blue) = 64+51+97=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #403361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403361 is #BFCC9E. Grayscale: #3B3B3B. Windows color (decimal): -12569759 or 6370112. OLE color: 6370112.

HSL color Cylindrical-coordinate representation of color #403361: hue angle of 256.96º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #403361 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 51 97 -
CMYK 0.34 0.47 0 0.62
HSL 256.96º 0.31% 0.29% -
HSV(B) 256.96º 0.47% 0.38% -
XYZ 5.46 4.32 11.86 -
YUV 60.13 148.81 130.76 -
System Red Green Blue C M Y K H S L
Decimal 64 51 97 0.34 0.47 0 0.62 256.96 0.31 0.29
Hex 40 33 61 22 2F 0 3E 101 1F 1D
Octal 100 63 141 42 57 0 76 401 37 35
Binary 1000000 110011 1100001 100010 101111 0 111110 100000001 11111 11101

Color Harmonies of #403361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403361

Black with #403361

Text Example


Text Example

White with #403361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403361; }

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

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

background-color css

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

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

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

border-color css

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

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

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