Html Css Color HEX #403061 Jacarta

📋 copy color: '#403061'

red 64 ◦ green 48 ◦ blue 97

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

Shades of Jacarta #403061

Tints of Jacarta #403061

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.97%

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

R = 30.62%
G = 22.97%
B = 46.41%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#403061 (or 0x403061) is known color: Jacarta. HEX triplet: 40, 30 and 61. RGB value is (64,48,97). Sum of RGB (Red+Green+Blue) = 64+48+97=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #403061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403061 is #BFCF9E. Grayscale: #3A3A3A. Windows color (decimal): -12570527 or 6369344. OLE color: 6369344.

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

Color convert

RGB 64 48 97 -
CMYK 0.34 0.51 0 0.62
HSL 259.59º 0.34% 0.28% -
HSV(B) 259.59º 0.51% 0.38% -
XYZ 5.33 4.07 11.81 -
YUV 58.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 64 48 97 0.34 0.51 0 0.62 259.59 0.34 0.28
Hex 40 30 61 22 33 0 3E 104 22 1C
Octal 100 60 141 42 63 0 76 404 42 34
Binary 1000000 110000 1100001 100010 110011 0 111110 100000100 100010 11100

Color Harmonies of #403061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403061

Black with #403061

Text Example


Text Example

White with #403061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403061; }

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

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

background-color css

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

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

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

border-color css

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

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

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