Html Css Color HEX #41315E Jacarta

📋 copy color: '#41315E'

red 65 ◦ green 49 ◦ blue 94

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

Shades of Jacarta #41315E

Tints of Jacarta #41315E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 45.19%

R = 31.25%
G = 23.56%
B = 45.19%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#41315E (or 0x41315E) is known color: Jacarta. HEX triplet: 41, 31 and 5E. RGB value is (65,49,94). Sum of RGB (Red+Green+Blue) = 65+49+94=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 94 - color contains mainly: blue. Hex color #41315E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41315E is #BECEA1. Grayscale: #3A3A3A. Windows color (decimal): -12504738 or 6172993. OLE color: 6172993.

HSL color Cylindrical-coordinate representation of color #41315E: hue angle of 261.33º degrees, saturation: 0.31, 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 #41315E is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 49 94 -
CMYK 0.31 0.48 0 0.63
HSL 261.33º 0.31% 0.28% -
HSV(B) 261.33º 0.48% 0.37% -
XYZ 5.3 4.13 11.11 -
YUV 58.91 147.8 132.34 -
System Red Green Blue C M Y K H S L
Decimal 65 49 94 0.31 0.48 0 0.63 261.33 0.31 0.28
Hex 41 31 5E 1F 30 0 3F 105 1F 1C
Octal 101 61 136 37 60 0 77 405 37 34
Binary 1000001 110001 1011110 11111 110000 0 111111 100000101 11111 11100

Color Harmonies of #41315E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41315E

Black with #41315E

Text Example


Text Example

White with #41315E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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