Html Css Color HEX #413670 Minsk

📋 copy color: '#413670'

red 65 ◦ green 54 ◦ blue 112

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

Shades of Minsk #413670

Tints of Minsk #413670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.38%

 BLUE value IS 112 (44.14% from 255) = 48.48%

R = 28.14%
G = 23.38%
B = 48.48%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#413670 (or 0x413670) is known color: Minsk. HEX triplet: 41, 36 and 70. RGB value is (65,54,112). Sum of RGB (Red+Green+Blue) = 65+54+112=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #413670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413670 is #BEC98F. Grayscale: #3F3F3F. Windows color (decimal): -12503440 or 7353921. OLE color: 7353921.

HSL color Cylindrical-coordinate representation of color #413670: hue angle of 251.38º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #413670 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 54 112 -
CMYK 0.42 0.52 0 0.56
HSL 251.38º 0.35% 0.33% -
HSV(B) 251.38º 0.52% 0.44% -
XYZ 6.42 4.93 15.94 -
YUV 63.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 65 54 112 0.42 0.52 0 0.56 251.38 0.35 0.33
Hex 41 36 70 2A 34 0 38 FB 23 21
Octal 101 66 160 52 64 0 70 373 43 41
Binary 1000001 110110 1110000 101010 110100 0 111000 11111011 100011 100001

Color Harmonies of #413670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413670

Black with #413670

Text Example


Text Example

White with #413670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413670; }

 p { color: rgb(65,54,112); }

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

background-color css

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

 a { background-color: rgb(65,54,112); }

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

border-color css

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

 span { border-color: rgb(65,54,112); }

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