Html Css Color HEX #402F58 Jacarta

📋 copy color: '#402F58'

red 64 ◦ green 47 ◦ blue 88

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

Shades of Jacarta #402F58

Tints of Jacarta #402F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 44.22%

R = 32.16%
G = 23.62%
B = 44.22%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#402F58 (or 0x402F58) is known color: Jacarta. HEX triplet: 40, 2F and 58. RGB value is (64,47,88). Sum of RGB (Red+Green+Blue) = 64+47+88=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 88 - color contains mainly: blue. Hex color #402F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402F58 is #BFD0A7. Grayscale: #383838. Windows color (decimal): -12570792 or 5779264. OLE color: 5779264.

HSL color Cylindrical-coordinate representation of color #402F58: hue angle of 264.88º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #402F58 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 47 88 -
CMYK 0.27 0.47 0 0.65
HSL 264.88º 0.3% 0.26% -
HSV(B) 264.88º 0.47% 0.35% -
XYZ 4.89 3.83 9.71 -
YUV 56.76 145.63 133.17 -
System Red Green Blue C M Y K H S L
Decimal 64 47 88 0.27 0.47 0 0.65 264.88 0.3 0.26
Hex 40 2F 58 1B 2F 0 41 109 1E 1A
Octal 100 57 130 33 57 0 101 411 36 32
Binary 1000000 101111 1011000 11011 101111 0 1000001 100001001 11110 11010

Color Harmonies of #402F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402F58

Black with #402F58

Text Example


Text Example

White with #402F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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