Html Css Color HEX #40306C Minsk

📋 copy color: '#40306C'

red 64 ◦ green 48 ◦ blue 108

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

Shades of Minsk #40306C

Tints of Minsk #40306C

RGB

 RED value IS 64 (25.39% from 255) = 29.09%

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

 BLUE value IS 108 (42.58% from 255) = 49.09%

R = 29.09%
G = 21.82%
B = 49.09%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40306C (or 0x40306C) is known color: Minsk. HEX triplet: 40, 30 and 6C. RGB value is (64,48,108). Sum of RGB (Red+Green+Blue) = 64+48+108=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #40306C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40306C is #BFCF93. Grayscale: #3B3B3B. Windows color (decimal): -12570516 or 7090240. OLE color: 7090240.

HSL color Cylindrical-coordinate representation of color #40306C: hue angle of 256º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40306C is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 48 108 -
CMYK 0.41 0.56 0 0.58
HSL 256º 0.38% 0.31% -
HSV(B) 256º 0.56% 0.42% -
XYZ 5.88 4.29 14.7 -
YUV 59.62 155.3 131.12 -
System Red Green Blue C M Y K H S L
Decimal 64 48 108 0.41 0.56 0 0.58 256 0.38 0.31
Hex 40 30 6C 29 38 0 3A 100 26 1F
Octal 100 60 154 51 70 0 72 400 46 37
Binary 1000000 110000 1101100 101001 111000 0 111010 100000000 100110 11111

Color Harmonies of #40306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40306C

Black with #40306C

Text Example


Text Example

White with #40306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40306C; }

 p { color: rgb(64,48,108); }

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

background-color css

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

 a { background-color: rgb(64,48,108); }

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

border-color css

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

 span { border-color: rgb(64,48,108); }

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