Html Css Color HEX #403461 Jacarta

📋 copy color: '#403461'

red 64 ◦ green 52 ◦ blue 97

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

Shades of Jacarta #403461

Tints of Jacarta #403461

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.41%

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

R = 30.05%
G = 24.41%
B = 45.54%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#403461 (or 0x403461) is known color: Jacarta. HEX triplet: 40, 34 and 61. RGB value is (64,52,97). Sum of RGB (Red+Green+Blue) = 64+52+97=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #403461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403461 is #BFCB9E. Grayscale: #3C3C3C. Windows color (decimal): -12569503 or 6370368. OLE color: 6370368.

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

Color convert

RGB 64 52 97 -
CMYK 0.34 0.46 0 0.62
HSL 256º 0.3% 0.29% -
HSV(B) 256º 0.46% 0.38% -
XYZ 5.5 4.41 11.87 -
YUV 60.72 148.48 130.34 -
System Red Green Blue C M Y K H S L
Decimal 64 52 97 0.34 0.46 0 0.62 256 0.3 0.29
Hex 40 34 61 22 2E 0 3E 100 1E 1D
Octal 100 64 141 42 56 0 76 400 36 35
Binary 1000000 110100 1100001 100010 101110 0 111110 100000000 11110 11101

Color Harmonies of #403461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403461

Black with #403461

Text Example


Text Example

White with #403461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403461; }

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

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

background-color css

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

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

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

border-color css

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

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

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