Html Css Color HEX #412C62 Jacarta

📋 copy color: '#412C62'

red 65 ◦ green 44 ◦ blue 98

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

Shades of Jacarta #412C62

Tints of Jacarta #412C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 47.34%

R = 31.4%
G = 21.26%
B = 47.34%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#412C62 (or 0x412C62) is known color: Jacarta. HEX triplet: 41, 2C and 62. RGB value is (65,44,98). Sum of RGB (Red+Green+Blue) = 65+44+98=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 98 - color contains mainly: blue. Hex color #412C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412C62 is #BED39D. Grayscale: #383838. Windows color (decimal): -12506014 or 6433857. OLE color: 6433857.

HSL color Cylindrical-coordinate representation of color #412C62: hue angle of 263.33º 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 #412C62 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 44 98 -
CMYK 0.34 0.55 0 0.62
HSL 263.33º 0.38% 0.28% -
HSV(B) 263.33º 0.55% 0.38% -
XYZ 5.29 3.81 12.01 -
YUV 56.44 151.46 134.11 -
System Red Green Blue C M Y K H S L
Decimal 65 44 98 0.34 0.55 0 0.62 263.33 0.38 0.28
Hex 41 2C 62 22 37 0 3E 107 26 1C
Octal 101 54 142 42 67 0 76 407 46 34
Binary 1000001 101100 1100010 100010 110111 0 111110 100000111 100110 11100

Color Harmonies of #412C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412C62

Black with #412C62

Text Example


Text Example

White with #412C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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