Html Css Color HEX #412E5A Jacarta

📋 copy color: '#412E5A'

red 65 ◦ green 46 ◦ blue 90

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

Shades of Jacarta #412E5A

Tints of Jacarta #412E5A

RGB

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

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

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

R = 32.34%
G = 22.89%
B = 44.78%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#412E5A (or 0x412E5A) is known color: Jacarta. HEX triplet: 41, 2E and 5A. RGB value is (65,46,90). Sum of RGB (Red+Green+Blue) = 65+46+90=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #412E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412E5A is #BED1A5. Grayscale: #383838. Windows color (decimal): -12505510 or 5910081. OLE color: 5910081.

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

Color convert

RGB 65 46 90 -
CMYK 0.28 0.49 0 0.65
HSL 265.91º 0.32% 0.27% -
HSV(B) 265.91º 0.49% 0.35% -
XYZ 5 3.82 10.15 -
YUV 56.7 146.79 133.92 -
System Red Green Blue C M Y K H S L
Decimal 65 46 90 0.28 0.49 0 0.65 265.91 0.32 0.27
Hex 41 2E 5A 1C 31 0 41 10A 20 1B
Octal 101 56 132 34 61 0 101 412 40 33
Binary 1000001 101110 1011010 11100 110001 0 1000001 100001010 100000 11011

Color Harmonies of #412E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412E5A

Black with #412E5A

Text Example


Text Example

White with #412E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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