Html Css Color HEX #412E5F Jacarta

📋 copy color: '#412E5F'

red 65 ◦ green 46 ◦ blue 95

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

Shades of Jacarta #412E5F

Tints of Jacarta #412E5F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.33%

 BLUE value IS 95 (37.5% from 255) = 46.12%

R = 31.55%
G = 22.33%
B = 46.12%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#412E5F (or 0x412E5F) is known color: Jacarta. HEX triplet: 41, 2E and 5F. RGB value is (65,46,95). Sum of RGB (Red+Green+Blue) = 65+46+95=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 95 - color contains mainly: blue. Hex color #412E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412E5F is #BED1A0. Grayscale: #393939. Windows color (decimal): -12505505 or 6237761. OLE color: 6237761.

HSL color Cylindrical-coordinate representation of color #412E5F: hue angle of 263.27º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #412E5F is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 46 95 -
CMYK 0.32 0.52 0 0.63
HSL 263.27º 0.35% 0.28% -
HSV(B) 263.27º 0.52% 0.37% -
XYZ 5.22 3.9 11.3 -
YUV 57.27 149.29 133.52 -
System Red Green Blue C M Y K H S L
Decimal 65 46 95 0.32 0.52 0 0.63 263.27 0.35 0.28
Hex 41 2E 5F 20 34 0 3F 107 23 1C
Octal 101 56 137 40 64 0 77 407 43 34
Binary 1000001 101110 1011111 100000 110100 0 111111 100000111 100011 11100

Color Harmonies of #412E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412E5F

Black with #412E5F

Text Example


Text Example

White with #412E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,46,95); }

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

background-color css

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

 a { background-color: rgb(65,46,95); }

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

border-color css

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

 span { border-color: rgb(65,46,95); }

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