Html Css Color HEX #41345C Jacarta

📋 copy color: '#41345C'

red 65 ◦ green 52 ◦ blue 92

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

Shades of Jacarta #41345C

Tints of Jacarta #41345C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.88%

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

R = 31.1%
G = 24.88%
B = 44.02%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41345C (or 0x41345C) is known color: Jacarta. HEX triplet: 41, 34 and 5C. RGB value is (65,52,92). Sum of RGB (Red+Green+Blue) = 65+52+92=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 92 - color contains mainly: blue. Hex color #41345C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41345C is #BECBA3. Grayscale: #3C3C3C. Windows color (decimal): -12503972 or 6042689. OLE color: 6042689.

HSL color Cylindrical-coordinate representation of color #41345C: hue angle of 259.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #41345C is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 52 92 -
CMYK 0.29 0.43 0 0.64
HSL 259.5º 0.28% 0.28% -
HSV(B) 259.5º 0.43% 0.36% -
XYZ 5.34 4.35 10.68 -
YUV 60.45 145.81 131.25 -
System Red Green Blue C M Y K H S L
Decimal 65 52 92 0.29 0.43 0 0.64 259.5 0.28 0.28
Hex 41 34 5C 1D 2B 0 40 104 1C 1C
Octal 101 64 134 35 53 0 100 404 34 34
Binary 1000001 110100 1011100 11101 101011 0 1000000 100000100 11100 11100

Color Harmonies of #41345C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41345C

Black with #41345C

Text Example


Text Example

White with #41345C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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