Html Css Color HEX #41315F Jacarta

📋 copy color: '#41315F'

red 65 ◦ green 49 ◦ blue 95

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

Shades of Jacarta #41315F

Tints of Jacarta #41315F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.45%

R = 31.1%
G = 23.44%
B = 45.45%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#41315F (or 0x41315F) is known color: Jacarta. HEX triplet: 41, 31 and 5F. RGB value is (65,49,95). Sum of RGB (Red+Green+Blue) = 65+49+95=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 95 - color contains mainly: blue. Hex color #41315F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41315F is #BECEA0. Grayscale: #3A3A3A. Windows color (decimal): -12504737 or 6238529. OLE color: 6238529.

HSL color Cylindrical-coordinate representation of color #41315F: hue angle of 260.87º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41315F is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 49 95 -
CMYK 0.32 0.48 0 0.63
HSL 260.87º 0.32% 0.28% -
HSV(B) 260.87º 0.48% 0.37% -
XYZ 5.34 4.15 11.35 -
YUV 59.03 148.3 132.26 -
System Red Green Blue C M Y K H S L
Decimal 65 49 95 0.32 0.48 0 0.63 260.87 0.32 0.28
Hex 41 31 5F 20 30 0 3F 105 20 1C
Octal 101 61 137 40 60 0 77 405 40 34
Binary 1000001 110001 1011111 100000 110000 0 111111 100000101 100000 11100

Color Harmonies of #41315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41315F

Black with #41315F

Text Example


Text Example

White with #41315F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41315F; }

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

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

background-color css

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

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

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

border-color css

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

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

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