Html Css Color HEX #403063 Jacarta

📋 copy color: '#403063'

red 64 ◦ green 48 ◦ blue 99

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

Shades of Jacarta #403063

Tints of Jacarta #403063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 46.92%

R = 30.33%
G = 22.75%
B = 46.92%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#403063 (or 0x403063) is known color: Jacarta. HEX triplet: 40, 30 and 63. RGB value is (64,48,99). Sum of RGB (Red+Green+Blue) = 64+48+99=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #403063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403063 is #BFCF9C. Grayscale: #3A3A3A. Windows color (decimal): -12570525 or 6500416. OLE color: 6500416.

HSL color Cylindrical-coordinate representation of color #403063: hue angle of 258.82º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #403063 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 48 99 -
CMYK 0.35 0.52 0 0.61
HSL 258.82º 0.35% 0.29% -
HSV(B) 258.82º 0.52% 0.39% -
XYZ 5.42 4.1 12.31 -
YUV 58.6 150.8 131.85 -
System Red Green Blue C M Y K H S L
Decimal 64 48 99 0.35 0.52 0 0.61 258.82 0.35 0.29
Hex 40 30 63 23 34 0 3D 103 23 1D
Octal 100 60 143 43 64 0 75 403 43 35
Binary 1000000 110000 1100011 100011 110100 0 111101 100000011 100011 11101

Color Harmonies of #403063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403063

Black with #403063

Text Example


Text Example

White with #403063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403063; }

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

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

background-color css

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

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

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

border-color css

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

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

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