Html Css Color HEX #412C61 Jacarta

📋 copy color: '#412C61'

red 65 ◦ green 44 ◦ blue 97

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

Shades of Jacarta #412C61

Tints of Jacarta #412C61

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.36%

 BLUE value IS 97 (38.28% from 255) = 47.09%

R = 31.55%
G = 21.36%
B = 47.09%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#412C61 (or 0x412C61) is known color: Jacarta. HEX triplet: 41, 2C and 61. RGB value is (65,44,97). Sum of RGB (Red+Green+Blue) = 65+44+97=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #412C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412C61 is #BED39E. Grayscale: #383838. Windows color (decimal): -12506015 or 6368321. OLE color: 6368321.

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

Color convert

RGB 65 44 97 -
CMYK 0.33 0.55 0 0.62
HSL 263.77º 0.38% 0.28% -
HSV(B) 263.77º 0.55% 0.38% -
XYZ 5.24 3.79 11.76 -
YUV 56.32 150.96 134.19 -
System Red Green Blue C M Y K H S L
Decimal 65 44 97 0.33 0.55 0 0.62 263.77 0.38 0.28
Hex 41 2C 61 21 37 0 3E 108 26 1C
Octal 101 54 141 41 67 0 76 410 46 34
Binary 1000001 101100 1100001 100001 110111 0 111110 100001000 100110 11100

Color Harmonies of #412C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412C61

Black with #412C61

Text Example


Text Example

White with #412C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,44,97); }

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

background-color css

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

 a { background-color: rgb(65,44,97); }

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

border-color css

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

 span { border-color: rgb(65,44,97); }

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