Html Css Color HEX #413867 Minsk

📋 copy color: '#413867'

red 65 ◦ green 56 ◦ blue 103

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

Shades of Minsk #413867

Tints of Minsk #413867

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25%

 BLUE value IS 103 (40.63% from 255) = 45.98%

R = 29.02%
G = 25%
B = 45.98%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#413867 (or 0x413867) is known color: Minsk. HEX triplet: 41, 38 and 67. RGB value is (65,56,103). Sum of RGB (Red+Green+Blue) = 65+56+103=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 103 - color contains mainly: blue. Hex color #413867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413867 is #BEC798. Grayscale: #3F3F3F. Windows color (decimal): -12502937 or 6764609. OLE color: 6764609.

HSL color Cylindrical-coordinate representation of color #413867: hue angle of 251.49º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #413867 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 56 103 -
CMYK 0.37 0.46 0 0.60
HSL 251.49º 0.3% 0.31% -
HSV(B) 251.49º 0.46% 0.4% -
XYZ 6.04 4.93 13.47 -
YUV 64.05 149.98 128.68 -
System Red Green Blue C M Y K H S L
Decimal 65 56 103 0.37 0.46 0 0.60 251.49 0.3 0.31
Hex 41 38 67 25 2E 0 3C FB 1E 1F
Octal 101 70 147 45 56 0 74 373 36 37
Binary 1000001 111000 1100111 100101 101110 0 111100 11111011 11110 11111

Color Harmonies of #413867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413867

Black with #413867

Text Example


Text Example

White with #413867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413867; }

 p { color: rgb(65,56,103); }

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

background-color css

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

 a { background-color: rgb(65,56,103); }

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

border-color css

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

 span { border-color: rgb(65,56,103); }

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