Html Css Color HEX #412D60 Jacarta

📋 copy color: '#412D60'

red 65 ◦ green 45 ◦ blue 96

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

Shades of Jacarta #412D60

Tints of Jacarta #412D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 46.6%

R = 31.55%
G = 21.84%
B = 46.6%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#412D60 (or 0x412D60) is known color: Jacarta. HEX triplet: 41, 2D and 60. RGB value is (65,45,96). Sum of RGB (Red+Green+Blue) = 65+45+96=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #412D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412D60 is #BED29F. Grayscale: #383838. Windows color (decimal): -12505760 or 6303041. OLE color: 6303041.

HSL color Cylindrical-coordinate representation of color #412D60: hue angle of 263.53º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #412D60 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 45 96 -
CMYK 0.32 0.53 0 0.62
HSL 263.53º 0.36% 0.28% -
HSV(B) 263.53º 0.53% 0.38% -
XYZ 5.23 3.85 11.53 -
YUV 56.79 150.13 133.85 -
System Red Green Blue C M Y K H S L
Decimal 65 45 96 0.32 0.53 0 0.62 263.53 0.36 0.28
Hex 41 2D 60 20 35 0 3E 108 24 1C
Octal 101 55 140 40 65 0 76 410 44 34
Binary 1000001 101101 1100000 100000 110101 0 111110 100001000 100100 11100

Color Harmonies of #412D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412D60

Black with #412D60

Text Example


Text Example

White with #412D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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