Html Css Color HEX #41325F Jacarta

📋 copy color: '#41325F'

red 65 ◦ green 50 ◦ blue 95

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

Shades of Jacarta #41325F

Tints of Jacarta #41325F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.81%

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

R = 30.95%
G = 23.81%
B = 45.24%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#41325F (or 0x41325F) is known color: Jacarta. HEX triplet: 41, 32 and 5F. RGB value is (65,50,95). Sum of RGB (Red+Green+Blue) = 65+50+95=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 95 - color contains mainly: blue. Hex color #41325F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41325F is #BECDA0. Grayscale: #3B3B3B. Windows color (decimal): -12504481 or 6238785. OLE color: 6238785.

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

Color convert

RGB 65 50 95 -
CMYK 0.32 0.47 0 0.63
HSL 260º 0.31% 0.28% -
HSV(B) 260º 0.47% 0.37% -
XYZ 5.39 4.23 11.36 -
YUV 59.62 147.97 131.84 -
System Red Green Blue C M Y K H S L
Decimal 65 50 95 0.32 0.47 0 0.63 260 0.31 0.28
Hex 41 32 5F 20 2F 0 3F 104 1F 1C
Octal 101 62 137 40 57 0 77 404 37 34
Binary 1000001 110010 1011111 100000 101111 0 111111 100000100 11111 11100

Color Harmonies of #41325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41325F

Black with #41325F

Text Example


Text Example

White with #41325F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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