Html Css Color HEX #403360 Jacarta

📋 copy color: '#403360'

red 64 ◦ green 51 ◦ blue 96

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

Shades of Jacarta #403360

Tints of Jacarta #403360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 45.5%

R = 30.33%
G = 24.17%
B = 45.5%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#403360 (or 0x403360) is known color: Jacarta. HEX triplet: 40, 33 and 60. RGB value is (64,51,96). Sum of RGB (Red+Green+Blue) = 64+51+96=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #403360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403360 is #BFCC9F. Grayscale: #3B3B3B. Windows color (decimal): -12569760 or 6304576. OLE color: 6304576.

HSL color Cylindrical-coordinate representation of color #403360: hue angle of 257.33º 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 #403360 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 51 96 -
CMYK 0.33 0.47 0 0.62
HSL 257.33º 0.31% 0.29% -
HSV(B) 257.33º 0.47% 0.38% -
XYZ 5.41 4.3 11.61 -
YUV 60.02 148.31 130.84 -
System Red Green Blue C M Y K H S L
Decimal 64 51 96 0.33 0.47 0 0.62 257.33 0.31 0.29
Hex 40 33 60 21 2F 0 3E 101 1F 1D
Octal 100 63 140 41 57 0 76 401 37 35
Binary 1000000 110011 1100000 100001 101111 0 111110 100000001 11111 11101

Color Harmonies of #403360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403360

Black with #403360

Text Example


Text Example

White with #403360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403360; }

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

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

background-color css

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

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

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

border-color css

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

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

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