Html Css Color HEX #41365B Jacarta

📋 copy color: '#41365B'

red 65 ◦ green 54 ◦ blue 91

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

Shades of Jacarta #41365B

Tints of Jacarta #41365B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.71%

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

R = 30.95%
G = 25.71%
B = 43.33%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41365B (or 0x41365B) is known color: Jacarta. HEX triplet: 41, 36 and 5B. RGB value is (65,54,91). Sum of RGB (Red+Green+Blue) = 65+54+91=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 91 - color contains mainly: blue. Hex color #41365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41365B is #BEC9A4. Grayscale: #3D3D3D. Windows color (decimal): -12503461 or 5977665. OLE color: 5977665.

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

Color convert

RGB 65 54 91 -
CMYK 0.29 0.41 0 0.64
HSL 257.84º 0.26% 0.28% -
HSV(B) 257.84º 0.41% 0.36% -
XYZ 5.39 4.52 10.49 -
YUV 61.51 144.64 130.49 -
System Red Green Blue C M Y K H S L
Decimal 65 54 91 0.29 0.41 0 0.64 257.84 0.26 0.28
Hex 41 36 5B 1D 29 0 40 102 1A 1C
Octal 101 66 133 35 51 0 100 402 32 34
Binary 1000001 110110 1011011 11101 101001 0 1000000 100000010 11010 11100

Color Harmonies of #41365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41365B

Black with #41365B

Text Example


Text Example

White with #41365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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