Html Css Color HEX #413061 Jacarta

📋 copy color: '#413061'

red 65 ◦ green 48 ◦ blue 97

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

Shades of Jacarta #413061

Tints of Jacarta #413061

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.86%

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

R = 30.95%
G = 22.86%
B = 46.19%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#413061 (or 0x413061) is known color: Jacarta. HEX triplet: 41, 30 and 61. RGB value is (65,48,97). Sum of RGB (Red+Green+Blue) = 65+48+97=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #413061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413061 is #BECF9E. Grayscale: #3A3A3A. Windows color (decimal): -12504991 or 6369345. OLE color: 6369345.

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

Color convert

RGB 65 48 97 -
CMYK 0.33 0.51 0 0.62
HSL 260.82º 0.34% 0.28% -
HSV(B) 260.82º 0.51% 0.38% -
XYZ 5.39 4.1 11.82 -
YUV 58.67 149.63 132.52 -
System Red Green Blue C M Y K H S L
Decimal 65 48 97 0.33 0.51 0 0.62 260.82 0.34 0.28
Hex 41 30 61 21 33 0 3E 105 22 1C
Octal 101 60 141 41 63 0 76 405 42 34
Binary 1000001 110000 1100001 100001 110011 0 111110 100000101 100010 11100

Color Harmonies of #413061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413061

Black with #413061

Text Example


Text Example

White with #413061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413061; }

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

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

background-color css

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

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

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

border-color css

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

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

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