Html Css Color HEX #41306F Minsk

📋 copy color: '#41306F'

red 65 ◦ green 48 ◦ blue 111

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

Shades of Minsk #41306F

Tints of Minsk #41306F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.43%

 BLUE value IS 111 (43.75% from 255) = 49.55%

R = 29.02%
G = 21.43%
B = 49.55%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#41306F (or 0x41306F) is known color: Minsk. HEX triplet: 41, 30 and 6F. RGB value is (65,48,111). Sum of RGB (Red+Green+Blue) = 65+48+111=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 111 - color contains mainly: blue. Hex color #41306F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41306F is #BECF90. Grayscale: #3C3C3C. Windows color (decimal): -12504977 or 7286849. OLE color: 7286849.

HSL color Cylindrical-coordinate representation of color #41306F: hue angle of 256.19º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41306F is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 48 111 -
CMYK 0.41 0.57 0 0.56
HSL 256.19º 0.4% 0.31% -
HSV(B) 256.19º 0.57% 0.44% -
XYZ 6.11 4.39 15.56 -
YUV 60.27 156.63 131.38 -
System Red Green Blue C M Y K H S L
Decimal 65 48 111 0.41 0.57 0 0.56 256.19 0.4 0.31
Hex 41 30 6F 29 39 0 38 100 28 1F
Octal 101 60 157 51 71 0 70 400 50 37
Binary 1000001 110000 1101111 101001 111001 0 111000 100000000 101000 11111

Color Harmonies of #41306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41306F

Black with #41306F

Text Example


Text Example

White with #41306F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41306F; }

 p { color: rgb(65,48,111); }

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

background-color css

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

 a { background-color: rgb(65,48,111); }

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

border-color css

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

 span { border-color: rgb(65,48,111); }

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