Html Css Color HEX #41315D Jacarta

📋 copy color: '#41315D'

red 65 ◦ green 49 ◦ blue 93

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

Shades of Jacarta #41315D

Tints of Jacarta #41315D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 44.93%

R = 31.4%
G = 23.67%
B = 44.93%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41315D (or 0x41315D) is known color: Jacarta. HEX triplet: 41, 31 and 5D. RGB value is (65,49,93). Sum of RGB (Red+Green+Blue) = 65+49+93=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #41315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41315D is #BECEA2. Grayscale: #3A3A3A. Windows color (decimal): -12504739 or 6107457. OLE color: 6107457.

HSL color Cylindrical-coordinate representation of color #41315D: hue angle of 261.82º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #41315D is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 49 93 -
CMYK 0.30 0.47 0 0.64
HSL 261.82º 0.31% 0.28% -
HSV(B) 261.82º 0.47% 0.36% -
XYZ 5.25 4.11 10.87 -
YUV 58.8 147.3 132.42 -
System Red Green Blue C M Y K H S L
Decimal 65 49 93 0.30 0.47 0 0.64 261.82 0.31 0.28
Hex 41 31 5D 1E 2F 0 40 106 1F 1C
Octal 101 61 135 36 57 0 100 406 37 34
Binary 1000001 110001 1011101 11110 101111 0 1000000 100000110 11111 11100

Color Harmonies of #41315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41315D

Black with #41315D

Text Example


Text Example

White with #41315D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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