Html Css Color HEX #413561 Jacarta

📋 copy color: '#413561'

red 65 ◦ green 53 ◦ blue 97

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

Shades of Jacarta #413561

Tints of Jacarta #413561

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.65%

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

R = 30.23%
G = 24.65%
B = 45.12%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#413561 (or 0x413561) is known color: Jacarta. HEX triplet: 41, 35 and 61. RGB value is (65,53,97). Sum of RGB (Red+Green+Blue) = 65+53+97=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #413561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413561 is #BECA9E. Grayscale: #3D3D3D. Windows color (decimal): -12503711 or 6370625. OLE color: 6370625.

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

Color convert

RGB 65 53 97 -
CMYK 0.33 0.45 0 0.62
HSL 256.36º 0.29% 0.29% -
HSV(B) 256.36º 0.45% 0.38% -
XYZ 5.61 4.53 11.89 -
YUV 61.6 147.98 130.42 -
System Red Green Blue C M Y K H S L
Decimal 65 53 97 0.33 0.45 0 0.62 256.36 0.29 0.29
Hex 41 35 61 21 2D 0 3E 100 1D 1D
Octal 101 65 141 41 55 0 76 400 35 35
Binary 1000001 110101 1100001 100001 101101 0 111110 100000000 11101 11101

Color Harmonies of #413561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413561

Black with #413561

Text Example


Text Example

White with #413561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413561; }

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

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

background-color css

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

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

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

border-color css

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

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

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