Html Css Color HEX #41325A Jacarta

📋 copy color: '#41325A'

red 65 ◦ green 50 ◦ blue 90

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

Shades of Jacarta #41325A

Tints of Jacarta #41325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.9%

R = 31.71%
G = 24.39%
B = 43.9%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#41325A (or 0x41325A) is known color: Jacarta. HEX triplet: 41, 32 and 5A. RGB value is (65,50,90). Sum of RGB (Red+Green+Blue) = 65+50+90=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #41325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41325A is #BECDA5. Grayscale: #3A3A3A. Windows color (decimal): -12504486 or 5911105. OLE color: 5911105.

HSL color Cylindrical-coordinate representation of color #41325A: hue angle of 262.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #41325A is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 50 90 -
CMYK 0.28 0.44 0 0.65
HSL 262.5º 0.29% 0.27% -
HSV(B) 262.5º 0.44% 0.35% -
XYZ 5.17 4.14 10.2 -
YUV 59.05 145.47 132.25 -
System Red Green Blue C M Y K H S L
Decimal 65 50 90 0.28 0.44 0 0.65 262.5 0.29 0.27
Hex 41 32 5A 1C 2C 0 41 106 1D 1B
Octal 101 62 132 34 54 0 101 406 35 33
Binary 1000001 110010 1011010 11100 101100 0 1000001 100000110 11101 11011

Color Harmonies of #41325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41325A

Black with #41325A

Text Example


Text Example

White with #41325A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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