Html Css Color HEX #412D5C Jacarta

📋 copy color: '#412D5C'

red 65 ◦ green 45 ◦ blue 92

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

Shades of Jacarta #412D5C

Tints of Jacarta #412D5C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.28%

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

R = 32.18%
G = 22.28%
B = 45.54%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#412D5C (or 0x412D5C) is known color: Jacarta. HEX triplet: 41, 2D and 5C. RGB value is (65,45,92). Sum of RGB (Red+Green+Blue) = 65+45+92=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #412D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412D5C is #BED2A3. Grayscale: #383838. Windows color (decimal): -12505764 or 6040897. OLE color: 6040897.

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

Color convert

RGB 65 45 92 -
CMYK 0.29 0.51 0 0.64
HSL 265.53º 0.34% 0.27% -
HSV(B) 265.53º 0.51% 0.36% -
XYZ 5.05 3.77 10.59 -
YUV 56.34 148.13 134.18 -
System Red Green Blue C M Y K H S L
Decimal 65 45 92 0.29 0.51 0 0.64 265.53 0.34 0.27
Hex 41 2D 5C 1D 33 0 40 10A 22 1B
Octal 101 55 134 35 63 0 100 412 42 33
Binary 1000001 101101 1011100 11101 110011 0 1000000 100001010 100010 11011

Color Harmonies of #412D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412D5C

Black with #412D5C

Text Example


Text Example

White with #412D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412D5C; }

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

 H1.HeaderClassName
 {
   color: #412D5C;
 }
 .AnyTagClassName
 {
   color: #412D5C;
 }
</style>

background-color css

<style>
 a { background-color: #412D5C; }

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

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

border-color css

<style>
 span { border-color: #412D5C; }

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

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