Html Css Color HEX #41315A Jacarta

📋 copy color: '#41315A'

red 65 ◦ green 49 ◦ blue 90

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

Shades of Jacarta #41315A

Tints of Jacarta #41315A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 44.12%

R = 31.86%
G = 24.02%
B = 44.12%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#41315A (or 0x41315A) is known color: Jacarta. HEX triplet: 41, 31 and 5A. RGB value is (65,49,90). Sum of RGB (Red+Green+Blue) = 65+49+90=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 90 - color contains mainly: blue. Hex color #41315A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41315A is #BECEA5. Grayscale: #3A3A3A. Windows color (decimal): -12504742 or 5910849. OLE color: 5910849.

HSL color Cylindrical-coordinate representation of color #41315A: hue angle of 263.41º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #41315A is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 49 90 -
CMYK 0.28 0.46 0 0.65
HSL 263.41º 0.29% 0.27% -
HSV(B) 263.41º 0.46% 0.35% -
XYZ 5.12 4.06 10.19 -
YUV 58.46 145.8 132.67 -
System Red Green Blue C M Y K H S L
Decimal 65 49 90 0.28 0.46 0 0.65 263.41 0.29 0.27
Hex 41 31 5A 1C 2E 0 41 107 1D 1B
Octal 101 61 132 34 56 0 101 407 35 33
Binary 1000001 110001 1011010 11100 101110 0 1000001 100000111 11101 11011

Color Harmonies of #41315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41315A

Black with #41315A

Text Example


Text Example

White with #41315A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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