Html Css Color HEX #412E63 Jacarta

📋 copy color: '#412E63'

red 65 ◦ green 46 ◦ blue 99

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

Shades of Jacarta #412E63

Tints of Jacarta #412E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 47.14%

R = 30.95%
G = 21.9%
B = 47.14%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#412E63 (or 0x412E63) is known color: Jacarta. HEX triplet: 41, 2E and 63. RGB value is (65,46,99). Sum of RGB (Red+Green+Blue) = 65+46+99=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #412E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412E63 is #BED19C. Grayscale: #393939. Windows color (decimal): -12505501 or 6499905. OLE color: 6499905.

HSL color Cylindrical-coordinate representation of color #412E63: hue angle of 261.51º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #412E63 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 65 46 99 -
CMYK 0.34 0.54 0 0.61
HSL 261.51º 0.37% 0.28% -
HSV(B) 261.51º 0.54% 0.39% -
XYZ 5.41 3.98 12.29 -
YUV 57.72 151.29 133.19 -
System Red Green Blue C M Y K H S L
Decimal 65 46 99 0.34 0.54 0 0.61 261.51 0.37 0.28
Hex 41 2E 63 22 36 0 3D 106 25 1C
Octal 101 56 143 42 66 0 75 406 45 34
Binary 1000001 101110 1100011 100010 110110 0 111101 100000110 100101 11100

Color Harmonies of #412E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412E63

Black with #412E63

Text Example


Text Example

White with #412E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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