Html Css Color HEX #41355D Jacarta

📋 copy color: '#41355D'

red 65 ◦ green 53 ◦ blue 93

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

Shades of Jacarta #41355D

Tints of Jacarta #41355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.12%

 BLUE value IS 93 (36.72% from 255) = 44.08%

R = 30.81%
G = 25.12%
B = 44.08%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41355D (or 0x41355D) is known color: Jacarta. HEX triplet: 41, 35 and 5D. RGB value is (65,53,93). Sum of RGB (Red+Green+Blue) = 65+53+93=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #41355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41355D is #BECAA2. Grayscale: #3D3D3D. Windows color (decimal): -12503715 or 6108481. OLE color: 6108481.

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

Color convert

RGB 65 53 93 -
CMYK 0.30 0.43 0 0.64
HSL 258º 0.27% 0.29% -
HSV(B) 258º 0.43% 0.36% -
XYZ 5.43 4.46 10.93 -
YUV 61.15 145.98 130.75 -
System Red Green Blue C M Y K H S L
Decimal 65 53 93 0.30 0.43 0 0.64 258 0.27 0.29
Hex 41 35 5D 1E 2B 0 40 102 1B 1D
Octal 101 65 135 36 53 0 100 402 33 35
Binary 1000001 110101 1011101 11110 101011 0 1000000 100000010 11011 11101

Color Harmonies of #41355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41355D

Black with #41355D

Text Example


Text Example

White with #41355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41355D; }

 p { color: rgb(65,53,93); }

 H1.HeaderClassName
 {
   color: #41355D;
 }
 .AnyTagClassName
 {
   color: #41355D;
 }
</style>

background-color css

<style>
 a { background-color: #41355D; }

 a { background-color: rgb(65,53,93); }

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

border-color css

<style>
 span { border-color: #41355D; }

 span { border-color: rgb(65,53,93); }

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