Html Css Color HEX #41325C Jacarta

📋 copy color: '#41325C'

red 65 ◦ green 50 ◦ blue 92

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

Shades of Jacarta #41325C

Tints of Jacarta #41325C

RGB

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

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

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

R = 31.4%
G = 24.15%
B = 44.44%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41325C (or 0x41325C) is known color: Jacarta. HEX triplet: 41, 32 and 5C. RGB value is (65,50,92). Sum of RGB (Red+Green+Blue) = 65+50+92=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #41325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41325C is #BECDA3. Grayscale: #3B3B3B. Windows color (decimal): -12504484 or 6042177. OLE color: 6042177.

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

Color convert

RGB 65 50 92 -
CMYK 0.29 0.46 0 0.64
HSL 261.43º 0.3% 0.28% -
HSV(B) 261.43º 0.46% 0.36% -
XYZ 5.25 4.18 10.65 -
YUV 59.27 146.47 132.08 -
System Red Green Blue C M Y K H S L
Decimal 65 50 92 0.29 0.46 0 0.64 261.43 0.3 0.28
Hex 41 32 5C 1D 2E 0 40 105 1E 1C
Octal 101 62 134 35 56 0 100 405 36 34
Binary 1000001 110010 1011100 11101 101110 0 1000000 100000101 11110 11100

Color Harmonies of #41325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41325C

Black with #41325C

Text Example


Text Example

White with #41325C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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