Html Css Color HEX #41315C Jacarta

📋 copy color: '#41315C'

red 65 ◦ green 49 ◦ blue 92

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

Shades of Jacarta #41315C

Tints of Jacarta #41315C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.66%

R = 31.55%
G = 23.79%
B = 44.66%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41315C (or 0x41315C) is known color: Jacarta. HEX triplet: 41, 31 and 5C. RGB value is (65,49,92). Sum of RGB (Red+Green+Blue) = 65+49+92=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 92 - color contains mainly: blue. Hex color #41315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41315C is #BECEA3. Grayscale: #3A3A3A. Windows color (decimal): -12504740 or 6041921. OLE color: 6041921.

HSL color Cylindrical-coordinate representation of color #41315C: hue angle of 262.33º degrees, saturation: 0.3, 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 #41315C is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 49 92 -
CMYK 0.29 0.47 0 0.64
HSL 262.33º 0.3% 0.28% -
HSV(B) 262.33º 0.47% 0.36% -
XYZ 5.21 4.09 10.64 -
YUV 58.69 146.8 132.5 -
System Red Green Blue C M Y K H S L
Decimal 65 49 92 0.29 0.47 0 0.64 262.33 0.3 0.28
Hex 41 31 5C 1D 2F 0 40 106 1E 1C
Octal 101 61 134 35 57 0 100 406 36 34
Binary 1000001 110001 1011100 11101 101111 0 1000000 100000110 11110 11100

Color Harmonies of #41315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41315C

Black with #41315C

Text Example


Text Example

White with #41315C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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