Html Css Color HEX #413761 Jacarta

📋 copy color: '#413761'

red 65 ◦ green 55 ◦ blue 97

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

Shades of Jacarta #413761

Tints of Jacarta #413761

RGB

 RED value IS 65 (25.78% from 255) = 29.95%

 GREEN value IS 55 (21.88% from 255) = 25.35%

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

R = 29.95%
G = 25.35%
B = 44.7%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#413761 (or 0x413761) is known color: Jacarta. HEX triplet: 41, 37 and 61. RGB value is (65,55,97). Sum of RGB (Red+Green+Blue) = 65+55+97=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #413761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413761 is #BEC89E. Grayscale: #3E3E3E. Windows color (decimal): -12503199 or 6371137. OLE color: 6371137.

HSL color Cylindrical-coordinate representation of color #413761: hue angle of 254.29º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #413761 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 55 97 -
CMYK 0.33 0.43 0 0.62
HSL 254.29º 0.28% 0.3% -
HSV(B) 254.29º 0.43% 0.38% -
XYZ 5.7 4.72 11.92 -
YUV 62.78 147.31 129.58 -
System Red Green Blue C M Y K H S L
Decimal 65 55 97 0.33 0.43 0 0.62 254.29 0.28 0.3
Hex 41 37 61 21 2B 0 3E FE 1C 1E
Octal 101 67 141 41 53 0 76 376 34 36
Binary 1000001 110111 1100001 100001 101011 0 111110 11111110 11100 11110

Color Harmonies of #413761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413761

Black with #413761

Text Example


Text Example

White with #413761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413761; }

 p { color: rgb(65,55,97); }

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

background-color css

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

 a { background-color: rgb(65,55,97); }

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

border-color css

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

 span { border-color: rgb(65,55,97); }

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