Html Css Color HEX #41345B Jacarta

📋 copy color: '#41345B'

red 65 ◦ green 52 ◦ blue 91

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

Shades of Jacarta #41345B

Tints of Jacarta #41345B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 43.75%

R = 31.25%
G = 25%
B = 43.75%

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

#41345B (or 0x41345B) is known color: Jacarta. HEX triplet: 41, 34 and 5B. RGB value is (65,52,91). Sum of RGB (Red+Green+Blue) = 65+52+91=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 91 - color contains mainly: blue. Hex color #41345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41345B is #BECBA4. Grayscale: #3C3C3C. Windows color (decimal): -12503973 or 5977153. OLE color: 5977153.

HSL color Cylindrical-coordinate representation of color #41345B: hue angle of 260º degrees, saturation: 0.27, 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 #41345B is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 52 91 -
CMYK 0.29 0.43 0 0.64
HSL 260º 0.27% 0.28% -
HSV(B) 260º 0.43% 0.36% -
XYZ 5.3 4.34 10.46 -
YUV 60.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 65 52 91 0.29 0.43 0 0.64 260 0.27 0.28
Hex 41 34 5B 1D 2B 0 40 104 1B 1C
Octal 101 64 133 35 53 0 100 404 33 34
Binary 1000001 110100 1011011 11101 101011 0 1000000 100000100 11011 11100

Color Harmonies of #41345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41345B

Black with #41345B

Text Example


Text Example

White with #41345B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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