Html Css Color HEX #402D62 Jacarta

📋 copy color: '#402D62'

red 64 ◦ green 45 ◦ blue 98

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

Shades of Jacarta #402D62

Tints of Jacarta #402D62

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.74%

 BLUE value IS 98 (38.67% from 255) = 47.34%

R = 30.92%
G = 21.74%
B = 47.34%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#402D62 (or 0x402D62) is known color: Jacarta. HEX triplet: 40, 2D and 62. RGB value is (64,45,98). Sum of RGB (Red+Green+Blue) = 64+45+98=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 98 - color contains mainly: blue. Hex color #402D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402D62 is #BFD29D. Grayscale: #383838. Windows color (decimal): -12571294 or 6434112. OLE color: 6434112.

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

Color convert

RGB 64 45 98 -
CMYK 0.35 0.54 0 0.62
HSL 261.51º 0.37% 0.28% -
HSV(B) 261.51º 0.54% 0.38% -
XYZ 5.26 3.85 12.02 -
YUV 56.72 151.29 133.19 -
System Red Green Blue C M Y K H S L
Decimal 64 45 98 0.35 0.54 0 0.62 261.51 0.37 0.28
Hex 40 2D 62 23 36 0 3E 106 25 1C
Octal 100 55 142 43 66 0 76 406 45 34
Binary 1000000 101101 1100010 100011 110110 0 111110 100000110 100101 11100

Color Harmonies of #402D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402D62

Black with #402D62

Text Example


Text Example

White with #402D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,45,98); }

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

background-color css

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

 a { background-color: rgb(64,45,98); }

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

border-color css

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

 span { border-color: rgb(64,45,98); }

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