Html Css Color HEX #413A6E Minsk

📋 copy color: '#413A6E'

red 65 ◦ green 58 ◦ blue 110

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

Shades of Minsk #413A6E

Tints of Minsk #413A6E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.89%

 BLUE value IS 110 (43.36% from 255) = 47.21%

R = 27.9%
G = 24.89%
B = 47.21%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#413A6E (or 0x413A6E) is known color: Minsk. HEX triplet: 41, 3A and 6E. RGB value is (65,58,110). Sum of RGB (Red+Green+Blue) = 65+58+110=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 110 - color contains mainly: blue. Hex color #413A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413A6E is #BEC591. Grayscale: #414141. Windows color (decimal): -12502418 or 7223873. OLE color: 7223873.

HSL color Cylindrical-coordinate representation of color #413A6E: hue angle of 248.08º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #413A6E is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 65 58 110 -
CMYK 0.41 0.47 0 0.57
HSL 248.08º 0.31% 0.33% -
HSV(B) 248.08º 0.47% 0.43% -
XYZ 6.51 5.28 15.43 -
YUV 66.02 152.82 127.27 -
System Red Green Blue C M Y K H S L
Decimal 65 58 110 0.41 0.47 0 0.57 248.08 0.31 0.33
Hex 41 3A 6E 29 2F 0 39 F8 1F 21
Octal 101 72 156 51 57 0 71 370 37 41
Binary 1000001 111010 1101110 101001 101111 0 111001 11111000 11111 100001

Color Harmonies of #413A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A6E

Black with #413A6E

Text Example


Text Example

White with #413A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413A6E; }

 p { color: rgb(65,58,110); }

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

background-color css

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

 a { background-color: rgb(65,58,110); }

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

border-color css

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

 span { border-color: rgb(65,58,110); }

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