Html Css Color HEX #403261 Jacarta

📋 copy color: '#403261'

red 64 ◦ green 50 ◦ blue 97

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

Shades of Jacarta #403261

Tints of Jacarta #403261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.7%

 BLUE value IS 97 (38.28% from 255) = 45.97%

R = 30.33%
G = 23.7%
B = 45.97%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#403261 (or 0x403261) is known color: Jacarta. HEX triplet: 40, 32 and 61. RGB value is (64,50,97). Sum of RGB (Red+Green+Blue) = 64+50+97=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 97 - color contains mainly: blue. Hex color #403261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403261 is #BFCD9E. Grayscale: #3B3B3B. Windows color (decimal): -12570015 or 6369856. OLE color: 6369856.

HSL color Cylindrical-coordinate representation of color #403261: hue angle of 257.87º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #403261 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 50 97 -
CMYK 0.34 0.48 0 0.62
HSL 257.87º 0.32% 0.29% -
HSV(B) 257.87º 0.48% 0.38% -
XYZ 5.41 4.23 11.84 -
YUV 59.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 64 50 97 0.34 0.48 0 0.62 257.87 0.32 0.29
Hex 40 32 61 22 30 0 3E 102 20 1D
Octal 100 62 141 42 60 0 76 402 40 35
Binary 1000000 110010 1100001 100010 110000 0 111110 100000010 100000 11101

Color Harmonies of #403261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403261

Black with #403261

Text Example


Text Example

White with #403261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403261; }

 p { color: rgb(64,50,97); }

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

background-color css

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

 a { background-color: rgb(64,50,97); }

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

border-color css

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

 span { border-color: rgb(64,50,97); }

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