Html Css Color HEX #413860 Jacarta

📋 copy color: '#413860'

red 65 ◦ green 56 ◦ blue 96

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

Shades of Jacarta #413860

Tints of Jacarta #413860

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.81%

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

R = 29.95%
G = 25.81%
B = 44.24%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#413860 (or 0x413860) is known color: Jacarta. HEX triplet: 41, 38 and 60. RGB value is (65,56,96). Sum of RGB (Red+Green+Blue) = 65+56+96=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 96 - color contains mainly: blue. Hex color #413860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413860 is #BEC79F. Grayscale: #3F3F3F. Windows color (decimal): -12502944 or 6305857. OLE color: 6305857.

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

Color convert

RGB 65 56 96 -
CMYK 0.32 0.42 0 0.62
HSL 253.5º 0.26% 0.3% -
HSV(B) 253.5º 0.42% 0.38% -
XYZ 5.71 4.8 11.69 -
YUV 63.25 146.48 129.25 -
System Red Green Blue C M Y K H S L
Decimal 65 56 96 0.32 0.42 0 0.62 253.5 0.26 0.3
Hex 41 38 60 20 2A 0 3E FE 1A 1E
Octal 101 70 140 40 52 0 76 376 32 36
Binary 1000001 111000 1100000 100000 101010 0 111110 11111110 11010 11110

Color Harmonies of #413860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413860

Black with #413860

Text Example


Text Example

White with #413860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413860; }

 p { color: rgb(65,56,96); }

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

background-color css

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

 a { background-color: rgb(65,56,96); }

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

border-color css

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

 span { border-color: rgb(65,56,96); }

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