Html Css Color HEX #412F59 Jacarta

📋 copy color: '#412F59'

red 65 ◦ green 47 ◦ blue 89

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

Shades of Jacarta #412F59

Tints of Jacarta #412F59

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.38%

 BLUE value IS 89 (35.16% from 255) = 44.28%

R = 32.34%
G = 23.38%
B = 44.28%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#412F59 (or 0x412F59) is known color: Jacarta. HEX triplet: 41, 2F and 59. RGB value is (65,47,89). Sum of RGB (Red+Green+Blue) = 65+47+89=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #412F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412F59 is #BED0A6. Grayscale: #393939. Windows color (decimal): -12505255 or 5844801. OLE color: 5844801.

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

Color convert

RGB 65 47 89 -
CMYK 0.27 0.47 0 0.65
HSL 265.71º 0.31% 0.27% -
HSV(B) 265.71º 0.47% 0.35% -
XYZ 5 3.88 9.94 -
YUV 57.17 145.96 133.58 -
System Red Green Blue C M Y K H S L
Decimal 65 47 89 0.27 0.47 0 0.65 265.71 0.31 0.27
Hex 41 2F 59 1B 2F 0 41 10A 1F 1B
Octal 101 57 131 33 57 0 101 412 37 33
Binary 1000001 101111 1011001 11011 101111 0 1000001 100001010 11111 11011

Color Harmonies of #412F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F59

Black with #412F59

Text Example


Text Example

White with #412F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,47,89); }

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

background-color css

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

 a { background-color: rgb(65,47,89); }

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

border-color css

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

 span { border-color: rgb(65,47,89); }

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