Html Css Color HEX #412C65 Minsk

📋 copy color: '#412C65'

red 65 ◦ green 44 ◦ blue 101

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

Shades of Minsk #412C65

Tints of Minsk #412C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 48.1%

R = 30.95%
G = 20.95%
B = 48.1%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#412C65 (or 0x412C65) is known color: Minsk. HEX triplet: 41, 2C and 65. RGB value is (65,44,101). Sum of RGB (Red+Green+Blue) = 65+44+101=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #412C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412C65 is #BED39A. Grayscale: #383838. Windows color (decimal): -12506011 or 6630465. OLE color: 6630465.

HSL color Cylindrical-coordinate representation of color #412C65: hue angle of 262.11º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #412C65 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 44 101 -
CMYK 0.36 0.56 0 0.60
HSL 262.11º 0.39% 0.28% -
HSV(B) 262.11º 0.56% 0.4% -
XYZ 5.43 3.86 12.77 -
YUV 56.78 152.96 133.87 -
System Red Green Blue C M Y K H S L
Decimal 65 44 101 0.36 0.56 0 0.60 262.11 0.39 0.28
Hex 41 2C 65 24 38 0 3C 106 27 1C
Octal 101 54 145 44 70 0 74 406 47 34
Binary 1000001 101100 1100101 100100 111000 0 111100 100000110 100111 11100

Color Harmonies of #412C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412C65

Black with #412C65

Text Example


Text Example

White with #412C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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