Html Css Color HEX #413161 Jacarta

📋 copy color: '#413161'

red 65 ◦ green 49 ◦ blue 97

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

Shades of Jacarta #413161

Tints of Jacarta #413161

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.22%

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

R = 30.81%
G = 23.22%
B = 45.97%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#413161 (or 0x413161) is known color: Jacarta. HEX triplet: 41, 31 and 61. RGB value is (65,49,97). Sum of RGB (Red+Green+Blue) = 65+49+97=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 97 - color contains mainly: blue. Hex color #413161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413161 is #BECE9E. Grayscale: #3B3B3B. Windows color (decimal): -12504735 or 6369601. OLE color: 6369601.

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

Color convert

RGB 65 49 97 -
CMYK 0.33 0.49 0 0.62
HSL 260º 0.33% 0.29% -
HSV(B) 260º 0.49% 0.38% -
XYZ 5.44 4.18 11.83 -
YUV 59.26 149.3 132.1 -
System Red Green Blue C M Y K H S L
Decimal 65 49 97 0.33 0.49 0 0.62 260 0.33 0.29
Hex 41 31 61 21 31 0 3E 104 21 1D
Octal 101 61 141 41 61 0 76 404 41 35
Binary 1000001 110001 1100001 100001 110001 0 111110 100000100 100001 11101

Color Harmonies of #413161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413161

Black with #413161

Text Example


Text Example

White with #413161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413161; }

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

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

background-color css

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

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

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

border-color css

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

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

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