Html Css Color HEX #413655 Jacarta

📋 copy color: '#413655'

red 65 ◦ green 54 ◦ blue 85

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

Shades of Jacarta #413655

Tints of Jacarta #413655

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.47%

 BLUE value IS 85 (33.59% from 255) = 41.67%

R = 31.86%
G = 26.47%
B = 41.67%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#413655 (or 0x413655) is known color: Jacarta. HEX triplet: 41, 36 and 55. RGB value is (65,54,85). Sum of RGB (Red+Green+Blue) = 65+54+85=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 85 - color contains mainly: blue. Hex color #413655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413655 is #BEC9AA. Grayscale: #3C3C3C. Windows color (decimal): -12503467 or 5584449. OLE color: 5584449.

HSL color Cylindrical-coordinate representation of color #413655: hue angle of 261.29º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #413655 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 54 85 -
CMYK 0.24 0.36 0 0.67
HSL 261.29º 0.22% 0.27% -
HSV(B) 261.29º 0.36% 0.33% -
XYZ 5.14 4.42 9.18 -
YUV 60.82 141.64 130.98 -
System Red Green Blue C M Y K H S L
Decimal 65 54 85 0.24 0.36 0 0.67 261.29 0.22 0.27
Hex 41 36 55 18 24 0 43 105 16 1B
Octal 101 66 125 30 44 0 103 405 26 33
Binary 1000001 110110 1010101 11000 100100 0 1000011 100000101 10110 11011

Color Harmonies of #413655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413655

Black with #413655

Text Example


Text Example

White with #413655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413655; }

 p { color: rgb(65,54,85); }

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

background-color css

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

 a { background-color: rgb(65,54,85); }

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

border-color css

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

 span { border-color: rgb(65,54,85); }

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