Html Css Color HEX #402F60 Jacarta

📋 copy color: '#402F60'

red 64 ◦ green 47 ◦ blue 96

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

Shades of Jacarta #402F60

Tints of Jacarta #402F60

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.71%

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

R = 30.92%
G = 22.71%
B = 46.38%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#402F60 (or 0x402F60) is known color: Jacarta. HEX triplet: 40, 2F and 60. RGB value is (64,47,96). Sum of RGB (Red+Green+Blue) = 64+47+96=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #402F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402F60 is #BFD09F. Grayscale: #393939. Windows color (decimal): -12570784 or 6303552. OLE color: 6303552.

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

Color convert

RGB 64 47 96 -
CMYK 0.33 0.51 0 0.62
HSL 260.82º 0.34% 0.28% -
HSV(B) 260.82º 0.51% 0.38% -
XYZ 5.24 3.97 11.56 -
YUV 57.67 149.63 132.52 -
System Red Green Blue C M Y K H S L
Decimal 64 47 96 0.33 0.51 0 0.62 260.82 0.34 0.28
Hex 40 2F 60 21 33 0 3E 105 22 1C
Octal 100 57 140 41 63 0 76 405 42 34
Binary 1000000 101111 1100000 100001 110011 0 111110 100000101 100010 11100

Color Harmonies of #402F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402F60

Black with #402F60

Text Example


Text Example

White with #402F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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